Skip to content

Commit

Permalink
perf: Drop Node 6 support to improve performance
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release discontinues support for node 6.
  • Loading branch information
maticzav authored Jun 30, 2019
2 parents b8cbff0 + f629a53 commit 947b118
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
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"noUnusedLocals": true,
Expand Down

0 comments on commit 947b118

Please sign in to comment.