From e53fa1a869b16def260a2f0e14682c6f3d6fc243 Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Mon, 9 Mar 2020 17:23:03 +0200 Subject: [PATCH] workaround workaround --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ce6861a..56521b5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "sourceMap": true, "outDir": "./dist", "allowSyntheticDefaultImports": true, - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "exclude": [ "node_modules"