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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,10 @@ setting "generateTrace" compiler option. This is an instruction from [microsoft/
359
359
6. Open `types.json` in an editor
360
360
7. When you see a type ID in the tracing output, go-to-line {id} to find data about that type
361
361
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.
0 commit comments