Setting your ts project quickly for node



npm init -y 


npm install typescript --save-dev


npm install @types/node --save-dev


npx tsc --init --rootDir src --outDir dist --esModuleInterop --resolveJsonModule --lib es6,dom  --module commonjs 




Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm