Skip to content

Commit

Permalink
chore: update target to es2018 in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IronKinoko committed Jul 27, 2024
1 parent 5d07bf9 commit 43f341f
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": "es2017",
"target": "es2018",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"module": "ESNext",
"moduleResolution": "Node",
Expand Down

0 comments on commit 43f341f

Please sign in to comment.