mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
fix: package; refactor: tsconfig
This commit is contained in:
parent
b0c5db6756
commit
dc9d219f3e
2 changed files with 1 additions and 8 deletions
|
|
@ -34,7 +34,6 @@
|
||||||
"@types/react": "^18.0.0",
|
"@types/react": "^18.0.0",
|
||||||
"@types/react-dom": "^18.0.0",
|
"@types/react-dom": "^18.0.0",
|
||||||
"rollup": "^4.0.0",
|
"rollup": "^4.0.0",
|
||||||
"ts-prune": "^0.10.3",
|
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,6 @@
|
||||||
"~/*": ["./*"]
|
"~/*": ["./*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["src/**/*"],
|
||||||
"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"
|
|
||||||
],
|
|
||||||
"exclude": ["dist", "node_modules"]
|
"exclude": ["dist", "node_modules"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue