You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/Compiler Options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Option | Type | Default
8
8
`--allowUnusedLabels` | `boolean` | `false` | Do not report errors on unused labels.
9
9
`--alwaysStrict` | `boolean` | `false` | Parse in strict mode and emit `"use strict"` for each source file
10
10
`--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)
11
12
`--charset` | `string` | `"utf8"` | The character set of the input files.
12
13
`--checkJs` | `boolean` | `false` | Report errors in `.js` files. Use in conjunction with `--allowJs`.
0 commit comments