From 65531e08c4dfde02580bb54c8aa669d057508115 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 23 Mar 2026 16:31:23 -0500 Subject: [PATCH] fixed --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c72a3e4..59128d1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": ["./*"]