UNPKG

ts-router

Version:

koa router middleware, typescript fully supported, jersey like coding

15 lines (14 loc) 251 B
{ "compilerOptions": { "module": "commonjs", "outDir": "./test-dist", "target": "ES6", "experimentalDecorators": true, "emitDecoratorMetadata": true, "sourceMap": true }, "compileOnSave": false, "include": [ "./test/*.ts" ] }