From f10b79a02318cf29262253a5ae07344ce76eda16 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 18 Mar 2024 01:00:00 +0100 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 74c283a..16846bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "noUnusedParameters": false, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "sourceMap": true + "sourceMap": true, + "skipLibCheck": true }, "include": [ "./src/**/*"