From f84d369d457b3c930ea35fc71aeb085be5efbf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 12 Jul 2021 12:18:14 +0200 Subject: [PATCH] fix(): add missing tsconfig option --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bf10a23..d8e88dc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", - "incremental": true + "incremental": true, + "skipLibCheck": true } }