Skip to content

Commit

Permalink
Update lib in tsconfig.json to ES2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman committed Mar 10, 2024
1 parent 083bb62 commit 3e94265
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 @@ -5,7 +5,7 @@
"declaration": true,
"esModuleInterop": false,
"lib": [
"ES2017",
"ES2021",
"DOM"
],
"module": "esnext",
Expand Down

0 comments on commit 3e94265

Please sign in to comment.