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

Commit 0be628d

Browse files
authored
Add assumeChangesOnlyAffectDirectDependencies
1 parent 47cf366 commit 0be628d

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
@@ -30,6 +30,7 @@ Option | Type | Default
3030
`--allowUnreachableCode` | `boolean` | `false` | Do not report errors on unreachable code.
3131
`--allowUnusedLabels` | `boolean` | `false` | Do not report errors on unused labels.
3232
`--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
3334
`--baseUrl` | `string` | | Base directory to resolve non-relative module names. See [Module Resolution documentation](./Module%20Resolution.md#base-url) for more details.
3435
`--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)
3536
`--charset` | `string` | `"utf8"` | The character set of the input files.

0 commit comments

Comments
 (0)