Answers for "start node typescript project"

0

start node typescript project

// create the tsConfig.json file
npx tsc --init --rootDir src --outDir build \
--esModuleInterop --resolveJsonModule --lib es6 \
--module commonjs --allowJs true --noImplicitAny true
Posted by: Guest on April-22-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language