From e0ce4c788003925ea9684879d3bc175612b02376 Mon Sep 17 00:00:00 2001 From: Jorge Ramos Date: Sun, 19 Aug 2018 15:34:01 -0300 Subject: [PATCH] Add skipLibCheck in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f8ab778..67369c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "keyofStringsOnly": true, + "skipLibCheck": true, "mapRoot": "./dist/", "module": "commonjs", "moduleResolution": "node",