From 06757b33d5cf0616c212147bf648121d0c2c7aa6 Mon Sep 17 00:00:00 2001 From: yisraelx Date: Mon, 3 Apr 2017 21:16:15 +0300 Subject: [PATCH] build(tsconfig): add 'lib' to tsconfig files --- src/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 44dca3b..34bb95f 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -6,7 +6,8 @@ "rootDir": ".", "declaration": true, "moduleResolution": "node", - "removeComments": false + "removeComments": false, + "lib": ["es6"] }, "files": [ "index.ts"