From 5da34621313755d4fcd3b9c293730929fccd88d9 Mon Sep 17 00:00:00 2001 From: Jokul Date: Sat, 11 Jul 2026 01:03:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20tsconfig.web.json?= =?UTF-8?q?=20=E4=B8=AD=E5=B7=B2=E5=BC=83=E7=94=A8=E7=9A=84=20baseUrl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.web.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.web.json b/tsconfig.web.json index 18b83c2..338961f 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -15,9 +15,8 @@ "noEmit": true, /* Path alias */ - "baseUrl": ".", "paths": { - "@renderer/*": ["src/renderer/src/*"] + "@renderer/*": ["./src/renderer/src/*"] }, /* Linting */