From 894e67863dbb89a4819e825fcdf7117021082b2a Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 24 Jun 2025 13:29:50 +0200 Subject: Replace leaflet for maplibre, use react-router in framework mode --- src/frontend/tsconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/frontend/tsconfig.json') 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, -- cgit v1.3