Showing archive results for March 2026

Mar 23, 2026
Post comments count4
Post likes count8

Announcing TypeScript 6.0

Daniel Rosenwasser
Daniel Rosenwasser

Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich editor tooling. You can learn more about TypeScript and how to get started on the TypeScript website. But...

Mar 6, 2026
Post comments count0
Post likes count6

Announcing TypeScript 6.0 RC

Daniel Rosenwasser
Daniel Rosenwasser

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: 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...