From 4c6a11eedad8baee97022ee452cedc76f097421a Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Tue, 19 Nov 2019 23:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=90=20=20tsconfig=20add=20skipLibCheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ac8a6b14..0f89889e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "allowJs": true, + "skipLibCheck": true, "experimentalDecorators": true, "strict": true, "paths": {