UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

16 lines 308 B
{ "compilerOptions": { "esModuleInterop": true, "allowSyntheticDefaultImports": true, "outDir": "dist", "target": "ES5", "types": ["node"] }, "include": [ "lib/**/*.ts", ], "exclude": [ "**/*.spec.ts", "node_modules" ] }