From aa115c2d7fbae21c83d0df48b8333497e2dda759 Mon Sep 17 00:00:00 2001 From: Mohamed Diallo Date: Tue, 5 May 2026 14:37:28 +0200 Subject: [PATCH] Add ignoreDeprecations option to tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 729a044..056f63c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "ignoreDeprecations": "6.0" }, "references": [ { "path": "./packages/bash" },