UNPKG

banah

Version:

Start up your Node.js projects with ease. No need to install express, cors, or the basic things you need for a Node.js project. We got you covered.

12 lines (11 loc) 202 B
{ "compilerOptions": { "target": "ESNext", "module": "CommonJS", "outDir": "dist", "rootDir": "lib", "strict": true, "esModuleInterop": true }, "include": ["lib", "bin"] }