DMRmap/frontend/tsconfig.json
2026-02-19 17:00:59 +01:00

17 lines
378 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src",
"declaration": false,
"sourceMap": true,
"types": ["leaflet"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "static"]
}