@deepkit/app
Version:
Deepkit App, CLI framework and service container
53 lines • 1 kB
JSON
{
"compilerOptions": {
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"target": "es2020",
"module": "CommonJS",
"esModuleInterop": true,
"outDir": "./dist/cjs",
"declaration": true,
"composite": true,
"types": [
"node"
]
},
"reflection": true,
"include": [
"src",
"index.ts"
],
"exclude": [
"tests"
],
"references": [
{
"path": "../core/tsconfig.json"
},
{
"path": "../event/tsconfig.json"
},
{
"path": "../injector/tsconfig.json"
},
{
"path": "../logger/tsconfig.json"
},
{
"path": "../stopwatch/tsconfig.json"
},
{
"path": "../type/tsconfig.json"
},
{
"path": "../workflow/tsconfig.json"
}
]
}