Skip to content

Commit

Permalink
Compile Node.js version with ES6 as target
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Nov 8, 2017
1 parent eab16fb commit 22f7202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["esnext"],
"target": "es6",
"lib": ["es6"],
"module": "commonjs",
"importHelpers": true,
"strict": true,
Expand Down

0 comments on commit 22f7202

Please sign in to comment.