From 41e2287bcb34f02ea4ef46cb7461abb586042222 Mon Sep 17 00:00:00 2001 From: Pochang Lee Date: Mon, 18 Jul 2022 16:40:39 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E9=81=BF=E5=85=8D=20ts=20=E5=B0=8D=20?= =?UTF-8?q?lib=20=E9=80=B2=E8=A1=8C=20type=20checking?= 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 2a39c52e..f8152bd5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "allowJs": true, "sourceMap": true, "strict": true, + "skipLibCheck": true, "noEmit": true, "experimentalDecorators": true, "noImplicitAny": false,