From 19d6aaa932e25c5054887807e02df5dd72be3b80 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Sat, 18 Apr 2020 10:27:40 -0400 Subject: [PATCH] TSC to skipLibCheck --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3cccf85ff..c0525ff47 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "importHelpers": true, "declaration": true, "sourceMap": false, + "skipLibCheck": true, "rootDir": "./", "outDir": "./", "noImplicitAny": true,