From 8fecd359048fe5674ca5e5f190d00ec2e7fd352e Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 10 Feb 2024 06:06:03 +0100 Subject: [PATCH] Add skipLibCheck again to fix type issues --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8b7c8ef339b..2f6e0568a62 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "noUnusedParameters": true, "pretty": true, "resolveJsonModule": true, + "skipLibCheck": true, "strict": true, "target": "ES2022", "useDefineForClassFields": false