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