Skip to content

Commit

Permalink
feat: support es2023 api
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 28, 2024
1 parent 6cc2ab6 commit 9a29a1e
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["es2022"],
"lib": ["es2023"],
"moduleDetection": "force",
"module": "preserve",
"moduleResolution": "bundler",
Expand Down

0 comments on commit 9a29a1e

Please sign in to comment.