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"] }