UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

17 lines 343 B
{ "compilerOptions": { "esModuleInterop": true, "allowSyntheticDefaultImports": true, "outDir": "dist", "target": "ES5", "moduleResolution": "node", "skipLibCheck": true }, "include": [ "src/**/*", "override.d.ts" ], "ts-node": { "files": true } }