From 7f593a7fddaa1503a3fd7217d459a77974b5f76a Mon Sep 17 00:00:00 2001 From: Ziphyrien <2697860027@qq.com> Date: Wed, 8 Jul 2026 11:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E6=AD=A3tsconfi?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b1dfefdf..66865042 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,13 +4,16 @@ "resolveJsonModule": true, "jsx": "preserve", "jsxImportSource": "astro", - "baseUrl": ".", "paths": { - "@components/*": ["./src/components/*"], - "@layouts/*": ["./src/layouts/*"] + "@components/*": [ + "./src/components/*" + ], + "@layouts/*": [ + "./src/layouts/*" + ] } }, "mdx": { "checkMdx": true } -} +} \ No newline at end of file