UNPKG

@nahkies/typescript-koa-runtime

Version:

Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template

15 lines (14 loc) 259 B
{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "emitDeclarationOnly": true }, "include": ["src/**/*"], "references": [ { "path": "../typescript-common-runtime" } ] }