We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e375a56 commit eb248a6Copy full SHA for eb248a6
1 file changed
doc/handbook/Compiler Options.md
@@ -7,7 +7,8 @@
7
`--allowUnreachableCode` | `boolean` | `false` | 不报告执行不到的代码错误。
8
`--allowUnusedLabels` | `boolean` | `false` | 不报告未使用的标签错误。
9
`--alwaysStrict` | `boolean` | `false` | 以严格模式解析并为每个源文件生成`"use strict"`语句
10
-`--baseUrl` | `string` | | 解析非相对模块名的基准目录。查看[模块解析文档](./Module Resolution.md#base-url)了解详情。
+`--baseUrl` | `string` | | 解析非相对模块名的基准目录。查看[模块解析文档](./Module%20Resolution.md)了解详情。
11
+`--build`<br/>`-b` | `boolean` | `false` | 使用[Project References](./Project%20References.md)来构建此工程及其依赖工程。注意这个标记与本页内其它标记不兼容。详情参考[这里](./project-references.md)
12
`--charset` | `string` | `"utf8"` | 输入文件的字符集。
13
`--checkJs` | `boolean` | `false` | 在.js文件中报告错误。与`--allowJs`配合使用。
14
`--declaration`<br/>`-d` | `boolean` | `false` | 生成相应的`.d.ts`文件。
0 commit comments