aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tsconfig.json
diff options
context:
space:
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,