mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Extend exclude list for frontend jsconfig
This commit is contained in:
@@ -8,7 +8,11 @@
|
|||||||
"allowSyntheticDefaultImports": true
|
"allowSyntheticDefaultImports": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"**/node_modules/**",
|
||||||
|
"**/dist/**",
|
||||||
|
"**/.git/**",
|
||||||
|
"lib/**",
|
||||||
|
"**/*.min.js"
|
||||||
],
|
],
|
||||||
"typeAcquisition": {
|
"typeAcquisition": {
|
||||||
"include": [
|
"include": [
|
||||||
|
Reference in New Issue
Block a user