Files
common/tsconfig.json
2026-01-12 12:55:42 +01:00

11 lines
203 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"verbatimModuleSyntax": true,
"noEmit": true
},
"include": ["src/**/*"]
}