From 6fe557852c149141f8dd723695e8a81cf71c19ef Mon Sep 17 00:00:00 2001 From: Will Pfleger Date: Thu, 21 May 2026 17:40:54 -0400 Subject: [PATCH] fix(frontend): remove deprecated baseUrl for TypeScript 6 compatibility (#705) --- desktop/tsconfig.json | 1 - web/tsconfig.json | 1 - 2 files changed, 2 deletions(-) diff --git a/desktop/tsconfig.json b/desktop/tsconfig.json index 7ef7c299a..456359a35 100644 --- a/desktop/tsconfig.json +++ b/desktop/tsconfig.json @@ -5,7 +5,6 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, - "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, diff --git a/web/tsconfig.json b/web/tsconfig.json index 7ef7c299a..456359a35 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -5,7 +5,6 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, - "baseUrl": ".", "paths": { "@/*": ["./src/*"] },