Skip to content

Commit

Permalink
feat: target ES2017 in tsconfig (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp authored Jan 18, 2023
1 parent a0e4db7 commit 8f49667
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 @@ -6,7 +6,7 @@
"module": "CommonJS",
"outDir": "dist/main",
"sourceMap": true,
"target": "ES2015",
"target": "ES2017",

"strict": true,

Expand Down

0 comments on commit 8f49667

Please sign in to comment.