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 @@
88 "allowSyntheticDefaultImports": true
99 },
1010 "exclude": [
1111 "**/node_modules/**",
12+ "**/dist/**",
13+ "**/.git/**",
14+ "lib/**",
15+ "**/*.min.js"
1216 ],
1317 "typeAcquisition": {
1418 "include": [