Files
taiheEhu/tsconfig.report-tests.json
2026-05-08 15:09:41 +08:00

13 lines
297 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "tmp/report-tests",
"module": "CommonJS",
"target": "ES2020",
"declaration": false,
"types": []
},
"include": ["src/pages/report/report-utils.ts", "src/pages/repair/repair-utils.ts"]
}