From a597f1717e562110372b982c43642da396067559 Mon Sep 17 00:00:00 2001 From: plouc Date: Sun, 26 Dec 2021 13:20:29 +0900 Subject: [PATCH] feat(website): skip lib checks --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b63328b97c..2d1704fd0f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, - "skipLibCheck": false, + "skipLibCheck": true, "strict": true, "allowJs": true, "composite": true,