From cc3eeb58cfd26d3aa064f51010d308220a2c4a75 Mon Sep 17 00:00:00 2001 From: iola1999 Date: Sat, 7 May 2022 14:08:50 +0800 Subject: [PATCH] set skipLibCheck true --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e7bfab5..e6b4552 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "outDir": "./dist", "esModuleInterop": true, "baseUrl": "./", + "skipLibCheck": true, "incremental": true }, "exclude": ["node_modules", "dist"]