Skip to content

Commit

Permalink
chore: move to es2021
Browse files Browse the repository at this point in the history
fix #1267
  • Loading branch information
relu91 committed Dec 13, 2024
1 parent 5ab4236 commit 6907c75
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,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "ES2021",
"lib": ["dom"],
"skipLibCheck": false,
"module": "commonjs",
Expand Down

0 comments on commit 6907c75

Please sign in to comment.