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
+1-1
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ yarn add --dev @types/webpack
347
347
348
348
## Profiling types resolution
349
349
350
-
When using TypeScript 4.1.x in `build` mode you can profile long type checks by
350
+
When using TypeScript 4.3.x or newer in `build` mode you can profile long type checks by
351
351
setting "generateTrace" compiler option. This is an instruction from [microsoft/TypeScript#40063](https://github.com/microsoft/TypeScript/pull/40063):
352
352
353
353
1. Set "generateTrace": "{folderName}" in your `tsconfig.json` (under `compilerOptions`)
0 commit comments