Skip to content

Commit

Permalink
move target to es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Sep 26, 2024
1 parent 0b8fdd8 commit a7c3e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"transpileOnly": true
},
"compilerOptions": {
"target": "es2022",
"target": "es2020",
"module": "es2020",
"lib": ["DOM", "DOM.Iterable", "DOM.AsyncIterable", "ES2022"],
"jsx": "react",
"strict": true,
"noImplicitAny": false,
Expand Down

0 comments on commit a7c3e22

Please sign in to comment.