Extend exclude list for frontend jsconfig

680dc806495ceed93c7e4133a8ec9afb7942b4fd

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +5 -1Ignore whitespace
public/jsconfig.json+5 -1
@@ -8,7 +8,11 @@
8 "allowSyntheticDefaultImports": true8 "allowSyntheticDefaultImports": true
9 },9 },
10 "exclude": [10 "exclude": [
11 "node_modules"11 "**/node_modules/**",
12 "**/dist/**",
13 "**/.git/**",
14 "lib/**",
15 "**/*.min.js"
12 ],16 ],
13 "typeAcquisition": {17 "typeAcquisition": {
14 "include": [18 "include": [