report-generator-backend/tsconfig.json
jorming.chong 148182c680
Some checks are pending
Test / test (push) Waiting to run
first commit
2026-01-07 09:29:07 +08:00

19 lines
474 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"target": "ES2019",
"noEmit": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": false,
"baseUrl": "./"
},
"include": ["src", "test", ".eslintrc.js"]
}