From b7662bcaf5e13c7dd1ca042185381a156e41b092 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 12 Apr 2023 22:22:29 +0200 Subject: [PATCH] Add skipLibCheck to tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 070d877..549a5f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "strict": false, "esModuleInterop": true, "preserveWatchOutput": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "skipLibCheck": true }, "include": ["./src"], "exclude": ["node_modules"]