From ae93a96be284559b539c047e62c97b1f20b26ad3 Mon Sep 17 00:00:00 2001 From: Kazunari Hara Date: Fri, 27 Sep 2024 14:23:15 +0900 Subject: [PATCH] chore: skip lib check --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c11442737..e26169a50 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "noFallthroughCasesInSwitch": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "skipLibCheck": true, } }