aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tsconfig.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-24 13:29:50 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-24 13:29:50 +0200
commit894e67863dbb89a4819e825fcdf7117021082b2a (patch)
treefb544ef7fa99ff86489717e793595f503783bb72 /src/frontend/tsconfig.json
parent7dd9ea97a2f34a35e80c28d59d046f839eb6c60b (diff)
Replace leaflet for maplibre, use react-router in framework mode
Diffstat (limited to 'src/frontend/tsconfig.json')
-rw-r--r--src/frontend/tsconfig.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/tsconfig.json b/src/frontend/tsconfig.json
index dc391a4..33b923b 100644
--- a/src/frontend/tsconfig.json
+++ b/src/frontend/tsconfig.json
@@ -6,16 +6,16 @@
".react-router/types/**/*"
],
"compilerOptions": {
- "lib": ["DOM", "DOM.Iterable", "ES2022"],
+ "lib": ["DOM", "DOM.Iterable", "es2024"],
"types": ["node", "vite/client"],
- "target": "ES2022",
- "module": "ES2022",
+ "target": "es2024",
+ "module": "es2022",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"rootDirs": [".", "./.react-router/types"],
"baseUrl": ".",
"paths": {
- "~/*": ["./app/*"]
+ "~/*": ["app/*"]
},
"esModuleInterop": true,
"verbatimModuleSyntax": true,