31 lines
803 B
JSON
31 lines
803 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|