npm set up -D typescript
To assist with the TypeScript 6.0 to TypeScript 7.0 transition course of, Microsoft has revealed a brand new compatibility package deal, @typescript/typescript6. This package deal supplies an executable named tsc6, in order that if wanted, a developer can set up TypeScript 7.0 (which ships its personal tsc binary) side-by-side with TypeScript 6.0 with out naming conflicts. The brand new package deal additionally re-exports the TypeScript 6.0 API, so {that a} developer can use tsc for TypeScript 7, whereas different tooling can proceed to depend on TypeScript 6.0.
TypeScript 7.0 is a serious milestone within the TypeScript mission, Microsoft stated. This port has been the first focus for Microsoft’s group for greater than a 12 months. With TypeScript 7.0 now out, the group will return to new characteristic work, ergonomic enhancements, extra efficiency wins, and implementing a brand new API for the broader ecosystem. Microsoft expects a reasonably related timeline to releases previous to TypeScript 7.0, with new variations revealed each three to 4 months.
TypeScript 7.0 was introduced as a launch candidate on June 18.








