From d1e901efd0c7d352fa8ac2d72c10ba9fcb123524 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 24 Jul 2026 15:32:24 +0300 Subject: [PATCH] build: remove deprecated baseUrl from tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2f413c0cae..92db0efcfb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "target": "ES2022", "module": "preserve", "moduleResolution": "bundler", - "baseUrl": ".", "rootDir": ".", "strict": true, "paths": {