From 021ca569f7457f276e2c42ab63a5bc836bd368fd Mon Sep 17 00:00:00 2001 From: Flarna Date: Fri, 10 Feb 2017 13:57:43 +0100 Subject: [PATCH] use lib es6 in node-zookeeper-client --- node-zookeeper-client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-zookeeper-client/tsconfig.json b/node-zookeeper-client/tsconfig.json index 1f5ffdedf8..7b493509d7 100644 --- a/node-zookeeper-client/tsconfig.json +++ b/node-zookeeper-client/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es5" + "es6" ], "noImplicitAny": true, "noImplicitThis": true,