From ae25ade3186b33dd1e6a27ae0f6488485d04760d Mon Sep 17 00:00:00 2001 From: keiko233 Date: Sat, 21 Oct 2023 23:53:57 +0800 Subject: [PATCH] chore: tsconfig: skip Lib Check --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a285c97..3046c7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, - "skipLibCheck": false, + "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true,