From b265781f3d53d6059df8559a3b21dc0e1118ab18 Mon Sep 17 00:00:00 2001 From: Samidy Date: Fri, 17 Apr 2026 17:25:41 +0300 Subject: [PATCH] add ignore deps in tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 20d9284..57266dc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "resolveJsonModule": true, "isolatedModules": true, "verbatimModuleSyntax": true, + "ignoreDeprecations": "6.0", "skipLibCheck": true, "noEmit": true },