From c0f55c89a32df439aa2c82d9ca88c4cee8c5d86d Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期四, 21 八月 2025 18:01:47 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- 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