Member-only story
Typescript Just Got a Big Update!
3 min readMar 2, 2022
Welcome back! Typescript is an amazing programming language with a ton of capability, if you’re new to Typescript, check out the link below to learn more about it:
Typescript just got another big update, this version is Typescript 4.6! If you want to check out the release log, here is a link to it:
So, let’s take a look at some of the updates with this newer official version of Typescript!
Improvements To Recursion Depth Checks
There was also an improvement to recursion depth checks, this will allow Typescript to correctly see certain errors easier, here is an example of this addition: