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 | 19 ++++--------------- 1 files changed, 4 insertions(+), 15 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index 4aafc5f..5a1f2d2 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,19 +1,8 @@ { "compilerOptions": { - "target": "es5", - "module": "esnext", - "baseUrl": "./", - "moduleResolution": "node", "paths": { - "@/*": [ - "src/*" - ] - }, - "lib": [ - "esnext", - "dom", - "dom.iterable", - "scripthost" - ] - } + "@/*": ["./src/*"] + } + }, + "exclude": ["node_modules", "dist"] } -- Gitblit v1.9.1