Extend exclude list for frontend jsconfig
This commit is contained in:
parent
fcadd62e8c
commit
680dc80649
|
@ -8,7 +8,11 @@
|
|||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"**/node_modules/**",
|
||||
"**/dist/**",
|
||||
"**/.git/**",
|
||||
"lib/**",
|
||||
"**/*.min.js"
|
||||
],
|
||||
"typeAcquisition": {
|
||||
"include": [
|
||||
|
|
Loading…
Reference in New Issue