Skip to content

Commit

Permalink
feat: set target to esnext in configuration (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo authored Nov 30, 2024
1 parent 1081119 commit 173fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/basic.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2022",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
"jsx": "react-jsx",
"allowJs": true,
Expand Down

0 comments on commit 173fb73

Please sign in to comment.