Skip to content

Commit 7a02a01

Browse files
Update docs/tsconfig/ko/options/outDir.md
Update suggestions Co-authored-by: YeonJuan <[email protected]>
1 parent bc8e56e commit 7a02a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tsconfig/ko/options/outDir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ oneline: "Specify an output folder for all emitted files."
44
---
55

66
만일 지정하면, `.js` (이 외에도 `.d.ts`, `.js.map`, 등.) 파일이 지정한 디렉토리로 배출됩니다.
7-
원본 파일의 디렉토리 구조는 보존됩니다; 계산된 루트가 의도한 루트가 아닌경우 [rootDir](#rootDir) 을 보세요.
7+
원본 파일의 디렉터리 구조는 보존됩니다; 계산된 루트가 예상과 다를 경우 [rootDir](#rootDir) 을 보세요.
88

99
만일 지정하지 않으면, `.js` 파일은 `.ts` 파일이 생성된 곳과 동일한 디렉토리에 방출됩니다:
1010

0 commit comments

Comments
 (0)