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
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: pages/Compiler Options.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Option | Type | Default
30
30
`--allowUnreachableCode` | `boolean` | `false` | Do not report errors on unreachable code.
31
31
`--allowUnusedLabels` | `boolean` | `false` | Do not report errors on unused labels.
32
32
`--alwaysStrict` | `boolean` | `false` | Parse in strict mode and emit `"use strict"` for each source file
33
+
`--assumeChangesOnlyAffectDirectDependencies` | `boolean` | `false` | Have recompiles in '--incremental' and '--watch' assume that changes within a file will only affect files directly depending on it
33
34
`--baseUrl` | `string` | | Base directory to resolve non-relative module names. See [Module Resolution documentation](./Module%20Resolution.md#base-url) for more details.
34
35
`--build`<br/>`-b` | `boolean` | `false` | Builds this project and all of its dependencies specified by [Project References](./Project%20References.md). Note that this flag is not compatible with others on this page. See more [here](./Project%20References.md)
35
36
`--charset` | `string` | `"utf8"` | The character set of the input files.
0 commit comments