Skip to content

Commit

Permalink
typescript target es5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero2key committed Sep 28, 2018
1 parent 9b3eaee commit 8803f74
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tsconfig.json
Expand Up @@ -3,7 +3,12 @@
"alwaysStrict": true,
"module": "ESNext",
"strict": true,
"target": "esnext",
"declaration": true
"target": "es5",
"lib": [
"es6",
"dom"
],
"declaration": true,
"downlevelIteration": true
}
}
}

0 comments on commit 8803f74

Please sign in to comment.