There was an error while loading. Please reload this page.
1 parent 055723a commit eebe5a2Copy full SHA for eebe5a2
1 file changed
frontend/tsconfig.json
@@ -1,10 +1,10 @@
1
{
2
"include": ["**/*.ts", "**/*.tsx"],
3
"compilerOptions": {
4
- "target": "ES2022",
+ "target": "ESNext",
5
"jsx": "react-jsx",
6
"module": "ESNext",
7
- "lib": ["ES2022", "DOM", "DOM.Iterable"],
+ "lib": ["ESNext", "DOM", "DOM.Iterable"],
8
"types": ["vite/client"],
9
10
/* Bundler mode */
0 commit comments