From 5f15ea1e258d17b52eba60e0684cc12d2534e5a3 Mon Sep 17 00:00:00 2001 From: zhongsp Date: Sun, 24 Mar 2019 10:15:56 +0800 Subject: [PATCH] =?UTF-8?q?Documented=20--composite=20option=E3=80=82=20PR?= =?UTF-8?q?858?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/handbook/Compiler Options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/handbook/Compiler Options.md b/doc/handbook/Compiler Options.md index cd11902..3312cdf 100644 --- a/doc/handbook/Compiler Options.md +++ b/doc/handbook/Compiler Options.md @@ -11,6 +11,7 @@ `--build`
`-b` | `boolean` | `false` | 使用[Project References](./Project%20References.md)来构建此工程及其依赖工程。注意这个标记与本页内其它标记不兼容。详情参考[这里](./project-references.md) `--charset` | `string` | `"utf8"` | 输入文件的字符集。 `--checkJs` | `boolean` | `false` | 在.js文件中报告错误。与`--allowJs`配合使用。 +`--composite` | `boolean` | `true` | 确保TypeScript能够找到编译当前工程所需要的引用工程的输出位置。 `--declaration`
`-d` | `boolean` | `false` | 生成相应的`.d.ts`文件。 `--declarationDir` | `string` | | 生成声明文件的输出路径。 `--diagnostics` | `boolean` | `false` | 显示诊断信息。