From 68dc84f34fb2155d148318fb8f29eb76b4f7c5ba Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Wed, 28 Sep 2016 16:16:59 +0100 Subject: [PATCH] fix(typings): dont include reference to core-js --- tsconfig-ngc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig-ngc.json b/tsconfig-ngc.json index 1d9f781..93316e0 100644 --- a/tsconfig-ngc.json +++ b/tsconfig-ngc.json @@ -11,7 +11,8 @@ "rootDir": "./", "sourceMap": true, "inlineSources": true, - "skipLibCheck": true + "types": [], + "lib": ["es6", "dom"] }, "files": [ "src/index.ts"