Skip to content

Commit 0f97ff9

Browse files
Update Compiler Options.md
1 parent 03c73b3 commit 0f97ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/Compiler Options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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](https://www.typescriptlang.org/docs/handbook/project-references.html). Note that this flag is not compatible with others on this page. See more [here](https://www.typescriptlang.org/docs/handbook/project-references.html)
1112
`--charset` | `string` | `"utf8"` | The character set of the input files.
1213
`--checkJs` | `boolean` | `false` | Report errors in `.js` files. Use in conjunction with `--allowJs`.
1314
`--declaration`<br/>`-d` | `boolean` | `false` | Generates corresponding `.d.ts` file.

0 commit comments

Comments
 (0)