Extend exclude list for frontend jsconfig

This commit is contained in:
Cohee 2024-10-06 19:26:37 +03:00
parent fcadd62e8c
commit 680dc80649
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,11 @@
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
"**/node_modules/**",
"**/dist/**",
"**/.git/**",
"lib/**",
"**/*.min.js"
],
"typeAcquisition": {
"include": [