Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 02c4c62

Browse files
Update Compiler Options.md
1 parent 296c6d8 commit 02c4c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Compiler Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Option | Type | Default
88
`--allowUnusedLabels` | `boolean` | `false` | Do not report errors on unused labels.
99
`--alwaysStrict` | `boolean` | `false` | Parse in strict mode and emit `"use strict"` for each source file
1010
`--baseUrl` | `string` | | Base directory to resolve non-relative module names. See [Module Resolution documentation](./Module Resolution.md#base-url) for more details.
11-
`--build`<br/>`-b` | `boolean` | `false` | Builds this project and all of its dependencies specified by [project references](./project-references.md). Note that this flag is not compatible with others on this page. See more [here](./project-references.md)
11+
`--build`<br/>`-b` | `boolean` | `false` | Builds this project and all of its dependencies specified by [Project References](./Project References.md). Note that this flag is not compatible with others on this page. See more [here](./project-references.md)
1212
`--charset` | `string` | `"utf8"` | The character set of the input files.
1313
`--checkJs` | `boolean` | `false` | Report errors in `.js` files. Use in conjunction with `--allowJs`.
1414
`--declaration`<br/>`-d` | `boolean` | `false` | Generates corresponding `.d.ts` file.

0 commit comments

Comments
 (0)