Skip to content

Commit

Permalink
Merge pull request #80050 from LeuisKen/master
Browse files Browse the repository at this point in the history
chore: update tsc target
  • Loading branch information
jrieken authored Aug 30, 2019
2 parents e354c8d + aed1ad4 commit 502fb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"preserveConstEnums": true,
"sourceMap": false,
"outDir": "../out",
"target": "es6",
"target": "es2017",
"lib": [
"dom",
"es5",
Expand Down

0 comments on commit 502fb0f

Please sign in to comment.