Member-only story
Typescript Just Got a Huge Update
Welcome back! Typescript is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:
Typescript just got a new version of its beta, Typescript 4.7, here is a link to their release log:
So, let’s take a look at some of the improvements with this new version of Typescript!
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!
ECMAScript Module Support For Node.JS
This version of Typescript will be bringing two new modules, node12 and nodenext, these 2 features will be bringing alot more capability with…