UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

22 lines 401 B
{ "compileOnSave": false, "compilerOptions": { "outDir": "build/", "sourceMap": true, "target": "es6", "module": "commonjs", "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowJs": false, "strict": true, "declaration": true, "pretty": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ] }