Showing results for November 2022 - TypeScript

Nov 15, 2022
Post comments count6
Post likes count10

Announcing TypeScript 4.9

Daniel Rosenwasser
Daniel Rosenwasser

Today we are excited to announce the availability of TypeScript 4.9! If you're not familiar with TypeScript, it's a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functions can be called, and whether a property can be or . TypeScript can check these types to ma...

Nov 1, 2022
Post comments count3
Post likes count4

Announcing TypeScript 4.9 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce our Release Candidate (RC) of TypeScript 4.9. Between now and the stable release of TypeScript 4.9, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by Here's a qu...