Dynavera/apps/api/tsconfig.app.json

13 lines
272 B
JSON
Raw Normal View History

{
2025-11-10 15:07:53 +00:00
"extends": "./tsconfig.json",
"compilerOptions": {
2025-11-10 15:07:53 +00:00
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["node"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "es2021"
},
2025-11-10 15:07:53 +00:00
"include": ["src/**/*.ts"]
}