Skip to content

Commit eebe5a2

Browse files
committed
fix: update tsconfig target and lib to ESNext
1 parent 055723a commit eebe5a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"include": ["**/*.ts", "**/*.tsx"],
33
"compilerOptions": {
4-
"target": "ES2022",
4+
"target": "ESNext",
55
"jsx": "react-jsx",
66
"module": "ESNext",
7-
"lib": ["ES2022", "DOM", "DOM.Iterable"],
7+
"lib": ["ESNext", "DOM", "DOM.Iterable"],
88
"types": ["vite/client"],
99

1010
/* Bundler mode */

0 commit comments

Comments
 (0)