Member-only story
Typescripts Next Update Is Almost Here
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:
Another big Typescript just came out! This specific release is the release candidate candidate of the next major version of Typescript, Typescript version 4.7, you can check out their entire release log below:
Let’s take a look at some of the big changes with this new version!
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 this new version of Typescript! Here is an example of these commands:
{
"compilerOptions": {
"module"…