Skip to content

Commit

Permalink
chore: 🤖 bump compile target to es2017
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
streamich committed Jun 26, 2023
1 parent dec27b3 commit 491272b
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": "es2017",
"lib": ["ES2017", "dom"],
"module": "commonjs",
"removeComments": false,
Expand Down

0 comments on commit 491272b

Please sign in to comment.