feat(webui): add aggregate Campaign reports
This commit is contained in:
30
webui/tsconfig.aggregate-report-tests.json
Normal file
30
webui/tsconfig.aggregate-report-tests.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"extends": "../../govoplan-core/webui/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@govoplan/core-webui": [
|
||||
"../../govoplan-core/webui/src/index.ts"
|
||||
],
|
||||
"@govoplan/core-webui/app": [
|
||||
"../../govoplan-core/webui/src/app.ts"
|
||||
],
|
||||
"react": [
|
||||
"../../govoplan-core/webui/node_modules/@types/react/index.d.ts"
|
||||
],
|
||||
"react/jsx-runtime": [
|
||||
"../../govoplan-core/webui/node_modules/@types/react/jsx-runtime.d.ts"
|
||||
]
|
||||
},
|
||||
"typeRoots": [
|
||||
"../../govoplan-core/webui/node_modules/@types"
|
||||
]
|
||||
},
|
||||
"include": [],
|
||||
"files": [
|
||||
"../../govoplan-core/webui/src/vite-env.d.ts",
|
||||
"src/features/reports/AggregateReportsPage.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user