From 337351dd064f6df8db9d25b6af91b4f057767467 Mon Sep 17 00:00:00 2001 From: Aleksandar Date: Mon, 15 Dec 2025 10:38:32 +0100 Subject: [PATCH] fix: add ignoreDeprecations to tsconfig.json to silence baseUrl deprecation warning --- apps/admin/tsconfig.json | 1 + apps/mobile/tsconfig.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/admin/tsconfig.json b/apps/admin/tsconfig.json index 5f7e6fc..e5f248d 100644 --- a/apps/admin/tsconfig.json +++ b/apps/admin/tsconfig.json @@ -22,6 +22,7 @@ "name": "next" } ], + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": [ diff --git a/apps/mobile/tsconfig.json b/apps/mobile/tsconfig.json index a0c1326..5cc4325 100644 --- a/apps/mobile/tsconfig.json +++ b/apps/mobile/tsconfig.json @@ -12,6 +12,7 @@ "noEmit": true, "strict": true, "target": "esnext", + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": [