Skip to content

Commit

Permalink
!feat: set ts to target ES2021 instead of ES2017
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmavis1980 committed Feb 12, 2024
1 parent b5dd731 commit 86cf2c4
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 @@ -8,7 +8,7 @@
"outDir": "lib",
"rootDir": "src",
"strict": true,
"target": "es2017"
"target": "es2021"
},
"include": [
"src/**/*",
Expand Down

0 comments on commit 86cf2c4

Please sign in to comment.