Skip to content

Commit

Permalink
docs: remove readme note about ts 4.1 beta (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guria committed Sep 3, 2021
1 parent d577ade commit 2178b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ yarn add --dev @types/webpack

## Profiling types resolution

Starting from TypeScript 4.1.0 (currently in beta), you can profile long type checks by
Starting from TypeScript 4.1.0, you can profile long type checks by
setting "generateTrace" compiler option. This is an instruction from [microsoft/TypeScript#40063](https://github.com/microsoft/TypeScript/pull/40063):

1. Set "generateTrace": "{folderName}" in your `tsconfig.json`
Expand Down

0 comments on commit 2178b09

Please sign in to comment.