From 2767b0fb768249b3fbb39e036b9841a1f680ba25 Mon Sep 17 00:00:00 2001 From: End Date: Mon, 6 Apr 2026 22:41:52 -0700 Subject: [PATCH] fix(config): remove deprecated baseUrl for TypeScript 6.0 compatibility --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ca5035c..9a73025 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,6 @@ "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, - "baseUrl": ".", "paths": { "@/*": [ "./src/*"