UNPKG

@practica/create-node-app

Version:

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

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