Skip to content

Commit

Permalink
change tsc target to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Jul 27, 2017
1 parent f9b05c1 commit 12154e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"moduleResolution": "node",
"noImplicitAny": true,
"sourceMap": true,
"target": "es6"
"target": "es5"
},
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

0 comments on commit 12154e9

Please sign in to comment.