mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-07 00:30:19 +01:00
fix: package; refactor: tsconfig
This commit is contained in:
parent
b0c5db6756
commit
dc9d219f3e
2 changed files with 1 additions and 8 deletions
|
|
@ -19,12 +19,6 @@
|
|||
"~/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"../../client/src/components/Input/ModelSelect/SelectDropDownPop.tsx",
|
||||
"../../client/src/components/UI-Components/TermsAndConditionsModal.tsx",
|
||||
"../../client/src/components/Input/ModelSelect/MultiSelectPop.tsx",
|
||||
"../../client/src/components/Input/ModelSelect/MultiSelectDropDown.tsx"
|
||||
],
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["dist", "node_modules"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue