UNPKG

express-api-cli

Version:

Cli tool for generating an express project. Instead of wasting extra time creating your project structure, start building right away

14 lines 316 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "allowJs": true, "outDir": "./build", "rootDir": "./src", "esModuleInterop": true, "noImplicitAny": false, "allowSyntheticDefaultImports": true }, "include": ["src/**/*"], "exclude": ["node_modules", "src/tests"] }