Skip to content

Commit eb248a6

Browse files
committed
Fix bad links on Compiler Options.md. PR837
1 parent e375a56 commit eb248a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/handbook/Compiler Options.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
`--allowUnreachableCode` | `boolean` | `false` | 不报告执行不到的代码错误。
88
`--allowUnusedLabels` | `boolean` | `false` | 不报告未使用的标签错误。
99
`--alwaysStrict` | `boolean` | `false` | 以严格模式解析并为每个源文件生成`"use strict"`语句
10-
`--baseUrl` | `string` | | 解析非相对模块名的基准目录。查看[模块解析文档](./Module Resolution.md#base-url)了解详情。
10+
`--baseUrl` | `string` | | 解析非相对模块名的基准目录。查看[模块解析文档](./Module%20Resolution.md)了解详情。
11+
`--build`<br/>`-b` | `boolean` | `false` | 使用[Project References](./Project%20References.md)来构建此工程及其依赖工程。注意这个标记与本页内其它标记不兼容。详情参考[这里](./project-references.md)
1112
`--charset` | `string` | `"utf8"` | 输入文件的字符集。
1213
`--checkJs` | `boolean` | `false` | 在.js文件中报告错误。与`--allowJs`配合使用。
1314
`--declaration`<br/>`-d` | `boolean` | `false` | 生成相应的`.d.ts`文件。

0 commit comments

Comments
 (0)