Target ES6

This commit is contained in:
Josh Johnson 2016-01-04 21:22:09 -05:00
parent bca908191a
commit f11a188092
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node"
"moduleResolution": "node",
"target": "es6"
},
"exclude": [