Announcing TypeScript 6.0 RC - TypeScript
Today we are excited to announce the Release Candidate (RC) of TypeScript 6.0!
To get started using the RC, you can get it through npm with the following command:
npm install -D typescript@rc
TypeScript 6.0 is a unique release in that we intend for it to be the last release based on the current JavaScript codebase.
As announced last year (with recent updates here), we are working on a new codebase for the TypeScript compiler and language service written in Go that takes advantage of the speed of...
Read more at devblogs.microsoft.com