Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ragflow
/
web
/
tsconfig.json
balibabu
feat: Configure the root directory alias #1739 (#2875)
1006946
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
{
"extends"
:
"./src/.umi/tsconfig.json"
,
"@@/*"
:
[
"src/.umi/*"
]
,
"root"
:
[
"../*"
]
,
}