We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62a830 commit 734c0e3Copy full SHA for 734c0e3
docs/tsconfig/ko/options/outDir.md
@@ -6,7 +6,7 @@ oneline: "Specify an output folder for all emitted files."
6
만일 지정하면, `.js` (이 외에도 `.d.ts`, `.js.map`, 등.) 파일이 지정한 디렉터리로 배출됩니다.
7
원본 파일의 디렉터리 구조는 보존됩니다; 계산된 루트가 예상과 다를 경우 [rootDir](#rootDir) 을 보세요.
8
9
-만일 지정하지 않으면, `.js` 파일은 `.ts` 파일이 생성된 곳과 동일한 디렉토리에 방출됩니다:
+만일 지정하지 않으면, `.js` 파일은 `.ts` 파일이 생성된 곳과 동일한 디렉터리에 생성됩니다:
10
11
```sh
12
$ tsc
0 commit comments