Skip to content

Commit

Permalink
Set ts lib to es2015 to support node@6
Browse files Browse the repository at this point in the history
  • Loading branch information
tjoskar committed Oct 27, 2017
1 parent ab1f53b commit c6473d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"lib": ["es2017"],
"lib": ["es2015"],
"declaration": true,
"outDir": "./lib",
"rootDir": "./src",
Expand Down

0 comments on commit c6473d2

Please sign in to comment.