From 64855f3451541e696af7003df20b708c3b4c3136 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sat, 31 May 2025 11:32:34 +0300 Subject: [PATCH] chore: no typechecking node_modules --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f12948c2..9c072807 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "target": "ES2020", "strictNullChecks": true, "preserveConstEnums": true, - "exactOptionalPropertyTypes": true + "exactOptionalPropertyTypes": true, + "skipLibCheck": true }, "include": [ "globals.ts",