From e2f78a6319eb50d7938d6f2941d97a96870e77ab Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 30 Mar 2023 16:12:16 +0200 Subject: [PATCH] Remove accidentally readded `skipLibCheck` again --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d46c23e..397ca4a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "lib": ["es2020"], "module": "node16", "newLine": "lf", - "skipLibCheck": true, "strict": true, "target": "es2020" }