Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
reonjy/ai
reon314
/
llm
like
0
Runtime error
App
Files
Files
Community
3b6afc0
llm
/
client
/
tsconfig.node.json
Marco Beretta
LibreChat upload repo
3b6afc0
over 1 year ago
raw
Copy download link
history
blame
Safe
184 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}