Microsoft 11740 Published by

Microsoft has released a beta version of TypeScript 5.4. TypeScript is a programming language that was developed by Microsoft. It is comparable to JavaScript in that it incorporates static typing and type annotations as optional features.



TypeScript 5.4 Beta

Today we are excited to announce the availability of TypeScript 5.4 Beta.

To get started using the beta, you can get it  through NuGet, or through npm with the following command:

 Copy
npm install -D typescript@beta

Here’s a quick list of what’s new in TypeScript 5.4!

Announcing TypeScript 5.4 Beta - TypeScript