Skip to content

Commit

Permalink
[BREAKING]: Update the build target to es2017 compatible runtimes
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
thgreasi committed Jun 20, 2024
1 parent 3b9e5fe commit 926a515
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 @@ -10,7 +10,7 @@
"noUnusedParameters": true,
"preserveConstEnums": true,
"sourceMap": false,
"target": "es2015",
"target": "es2017",
"lib": [
"dom",
"es2019"
Expand Down

0 comments on commit 926a515

Please sign in to comment.