From 006668107af9789ee5448b8f93d99e78fddc71ea Mon Sep 17 00:00:00 2001 From: yangzi <1131696774@qq.com> Date: Tue, 19 Dec 2023 16:58:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4e8b144..d0702da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,16 +21,16 @@ // 模块名到基于 baseUrl的路径映射的列表。 "paths": { "@/*": [ - "src/*" + "./src/*" ], "@routers/*": [ - "src/routers/*" + "./src/routers/*" ], "@components/*": [ - "src/components/*" + "./src/components/*" ], "@store/*": [ - "src/store/*" + "./src/store/*" ], }, /* Linting */