console/packages/services/server/tsconfig.json
2026-03-06 22:37:08 +01:00

12 lines
268 B
JSON

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