console/packages/services/server/tsconfig.json

11 lines
241 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"rootDir": "../..",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"files": ["src/index.ts"]
}