Skip to content

Commit 2178b09

Browse files
authored
docs: remove readme note about ts 4.1 beta (#653)
1 parent d577ade commit 2178b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ yarn add --dev @types/webpack
410410

411411
## Profiling types resolution
412412

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

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

0 commit comments

Comments
 (0)