Typescript’s Big Update Is Here!
2 min readMay 26, 2022
Welcome back! Typescript is an awesome programming language with a ton of capability, if you’re new to Typescript, check out the link below to learn more about it:
Typescript has just gotten it’s next big official update, Typescript 4.7, and it brings a lot of cool features, here is a link to their release log where they go into massive detail about this update:
So, let’s take a look at some of the biggest changes within this update!
New File Extensions
This version of Typescript will also be bringing the capability of using Node.JS extensions with our projects as well, these include .mjs, and .cjs files as well!