From 26f358a814f464f7b3740b57c07a825baf5003f8 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sat, 15 Jul 2023 23:12:26 +0900 Subject: [PATCH] fix(tsconfig): remove `skipLibCheck` (#64) --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0adcb78..58f0cdd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true, "noUnusedLocals": true, "noUnusedParameters": true, "types": [