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