UNPKG

@kwalox/create-node-app

Version:

CLI command to bootstrap Node project

16 lines (15 loc) 278 B
{ "compilerOptions": { "target": "es2016", "module": "CommonJS", "rootDir": "./src", "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, }, "include": [ "src/**/*" ] }