From 709831ddc9b7f461db4777c01ea620049710bab4 Mon Sep 17 00:00:00 2001 From: Noel Varghese <91435868+NoelVarghese2006@users.noreply.github.com> Date: Mon, 11 May 2026 23:31:39 -0500 Subject: [PATCH] chore(added ignoreDeprecations) --- client/web/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/web/tsconfig.json b/client/web/tsconfig.json index 7f5926d5..9f18f1ab 100644 --- a/client/web/tsconfig.json +++ b/client/web/tsconfig.json @@ -5,6 +5,7 @@ { "path": "./tsconfig.node.json" } ], "compilerOptions": { + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": ["./src/*"],