Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leowuming
/
rag
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rag
/
frontend
/
jsconfig.json
gaojintao01
Add files using Git LFS
f8b5d42
5 months ago
raw
Copy download link
history
blame
contribute
delete
162 Bytes
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"esnext"
,
"jsx"
:
"react"
,
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
}
}