Skip to content

Commit

Permalink
change target to es2017
Browse files Browse the repository at this point in the history
  • Loading branch information
yushijinhun committed Jun 14, 2020
1 parent d502e58 commit de72de6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"compilerOptions": {
"module": "es2015",
"moduleResolution": "node",
"target": "es2017",
"lib": [
"dom",
"es2015"
"dom"
],
"target": "es2015",
"strict": true
},
"include": [
Expand Down

0 comments on commit de72de6

Please sign in to comment.