From d6b6a981dee7f7641e26bb77b98327a51e0dd7f1 Mon Sep 17 00:00:00 2001 From: Rodrigo Kamada Date: Wed, 11 Sep 2024 19:19:20 -0300 Subject: [PATCH] Adding the skipLibCheck setting. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ac1694e..f8e0db1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, "sourceMap": true, "declaration": false, "downlevelIteration": true,