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

vllm : Failed to infer device type

android studio kotlin source is null error

gemini cli getting file not defined error