From bdb80c9a60e861f3bf7153e023712385b114ad5c Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 11 Mar 2024 17:40:51 +0100 Subject: [PATCH] chore: type check without `skipLibCheck` Ensures we don't cover up internal and external type issues. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3db9aec19..c5e2bec89 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "skipLibCheck": true, "lib": [ "DOM", "ES2018"