From 287947648eb645c874aea3a4b2c7f321c7187bdb Mon Sep 17 00:00:00 2001 From: wanxger Date: Sat, 12 Aug 2023 14:12:13 +0800 Subject: [PATCH] fix: disable skipLibCheck --- client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index 9f836599..b5feac3a 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -4,7 +4,7 @@ "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, - "skipLibCheck": false, + "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true,