use lib es6 in node-zookeeper-client

This commit is contained in:
Flarna 2017-02-10 13:57:43 +01:00
parent 287db19b16
commit 021ca569f7

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"es5"
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,