i) Check what version of node you are running.
$ node -V
ii) Install typescript globally in your machine
$ npm install -g typecript
iii) Install tsconfig node module for the node version that you are running in your local machine
$ npm install --save-dev @tsconfig/node14
(more…)