From b15a997e95d715c41df3a76aecbf58ec1141ab53 Mon Sep 17 00:00:00 2001 From: qiyunfeng-create <1940665526@qq.com> Date: 星期四, 21 八月 2025 18:37:17 +0800 Subject: [PATCH] 个人中心-接口测试 --- 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