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