UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

13 lines (12 loc) 244 B
{ "compilerOptions": { "target": "es2020", "module": "CommonJS", "noImplicitAny": false, "removeComments": true, "outDir": "./.dist", "sourceMap": true, "esModuleInterop": true }, "exclude": ["node_modules"] }