console/packages/services/server/tsconfig.json

12 lines
241 B
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"rootDir": "../..",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"files": ["src/index.ts"]
}