13 lines
297 B
JSON
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"]
|
|
}
|