From f2433a2fb08c167b45a9fc26f2fa178a76ab807b Mon Sep 17 00:00:00 2001 From: qiyunfeng-create <1940665526@qq.com> Date: 星期三, 20 八月 2025 10:40:02 +0800 Subject: [PATCH] 个人中心-img --- jsconfig.json | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..5a1f2d2 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + }, + "exclude": ["node_modules", "dist"] +} -- Gitblit v1.9.1