Typescript Just Got Another Big Update!

Manpreet Singh
2 min readNov 6, 2023

Welcome back! Typescript is an amazing programming language with a bunch of capability, and Typescript just got another very big update! This is TypeScript 5.3 RC! If you want to take a look at their entire release log here is a link to it:

Let’s take a look at some of changes within this update!

Interactive Hints

This new version of Typescript provides inlay hints, this should make it easier to navigate your code:

Import Attributes

This new update of Typescript brings the latest updates to import attributes! This should make it easier to import libraries within Typescript!

--

--