From ebf713c1331a3e0b0d025ccd555dafeb7636987f Mon Sep 17 00:00:00 2001 From: Blore <1137480882@qq.com> Date: Sun, 30 Apr 2023 22:44:55 +0800 Subject: [PATCH] =?UTF-8?q?chore(jsconfig):=20=E9=85=8D=E7=BD=AE=E6=8E=92?= =?UTF-8?q?=E9=99=A4=EF=BC=8C=E4=BE=BF=E4=BA=8EVSC=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index 4aafc5f6..344c4de2 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -15,5 +15,7 @@ "dom.iterable", "scripthost" ] - } + }, + //提高 IDE 性能 + "exclude": ["node_modules", "dist_electron", "build"] }