mirror of
https://github.com/zkitter/groups.git
synced 2026-01-09 13:08:01 -05:00
* refactor: define separate routers. Update openapi spec (#38) * refactor: serve openapi.json on /api-docs * refactor: Define separate routers * Update openapi spec * fix Docker build (#39) - Type explicitly Router and Express app - Fix module resolution (module-alias)
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["test"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"moduleResolution": "Node",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"declarationDir": "./dist/types",
|
|
"removeComments": true,
|
|
"preserveConstEnums": true
|
|
}
|
|
}
|