From a5ff701828485c70bed6acfd606e866bca924b54 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Sat, 13 Aug 2022 02:59:14 -0700 Subject: [PATCH] skip lib check --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c85d1ce3..e20b43c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "downlevelIteration": true, "module": "commonJS", "experimentalDecorators": true, + "skipLibCheck": true, "paths": { "*": [ "modules/*",