Skip to content

Commit

Permalink
tidy: esnext seems to work fine
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Nov 9, 2024
1 parent 1163c20 commit 4652194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"paths": {
"@/*": ["./src/*"]
},
"target": "ES2017"
"target": "ESNext"
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit 4652194

Please sign in to comment.