Skip to content

Commit a2826a8

Browse files
authored
docs: clarify documentation for incremental mode (#732)
1 parent be2add9 commit a2826a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@ setting "generateTrace" compiler option. This is an instruction from [microsoft/
359359
6. Open `types.json` in an editor
360360
7. When you see a type ID in the tracing output, go-to-line {id} to find data about that type
361361

362+
## Enabling incremental mode
363+
364+
You must both set "incremental": true in your `tsconfig.json` (under `compilerOptions`) and also specify mode: 'write-references' in `ForkTsCheckerWebpackPlugin` settings.
365+
362366

363367
## Related projects
364368

0 commit comments

Comments
 (0)