From 295b973807da215d1a7220fdab6895223f2423a9 Mon Sep 17 00:00:00 2001 From: oritwoen <18102267+oritwoen@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:40:08 +0200 Subject: [PATCH] fix: suppress baseUrl deprecation warning for TypeScript 6 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 99b9514..b13bd92 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "esnext", "lib": ["ESNext"], "moduleDetection": "force", + "ignoreDeprecations": "6.0", "baseUrl": ".", "rootDir": ".", "module": "preserve",