fix: [30388f42] Repariere Heatmap-Frontend Build (TypeScript - Force Add)

This commit is contained in:
2026-03-06 17:05:09 +00:00
parent 533213e6df
commit d9725cba74
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
/// <reference types="vite/client" />
declare module 'react-leaflet-heatmap-layer-v3';

View File

@@ -0,0 +1,26 @@
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting - Relaxed for production build stability */
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"verbatimModuleSyntax": false
},
"include": ["src"]
}