Skip to content

Commit

Permalink
feat: bump typescript target to ES2017
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Jul 11, 2023
1 parent b8a9379 commit 7a0f5af
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 @@ -7,7 +7,7 @@
"outDir": "dist/main",
"rootDir": "src",
"sourceMap": true,
"target": "ES2015",
"target": "ES2017",

"strict": true,

Expand Down

0 comments on commit 7a0f5af

Please sign in to comment.