From 7880f4d25cbf1077264f4ab74da1c4d676707548 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Sun, 23 Nov 2025 16:14:54 -0600 Subject: [PATCH] Update tsconfigs --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f960d51..32b43bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,10 @@ "pretty": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "skipLibCheck": true }, "files": [ "index.ts" ] -} +} \ No newline at end of file