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 734c0e3 commit 1236d0dCopy full SHA for 1236d0d
docs/tsconfig/ko/options/outFile.md
@@ -7,5 +7,5 @@ oneline: "Specify a file that bundles all outputs into one JavaScript file. If `
7
8
만일 `module` 이 `system` 또는 `amd` 일 경우, 모든 모듈 파일도 모든 전역 컨텐츠 뒤에 이 파일에 연결됩니다.
9
10
-참고: `outFile` 은 `module` 이 `None` 이거나, `System`, `AMD` 가 아니면 사용할 수 없습니다.
+참고: `outFile` 은 `module` 이 `None` 이거나, `System`, `AMD` 가 아니면 _사용할 수 없습니다_.
11
이 옵션은 bundle CommonJS 또는 ES6 모듈에 사용할 수 _없습니다_.
0 commit comments