Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
redfr
/
VIST-UI
like
0
Build error
App
Files
Files
Community
main
VIST-UI
/
frontend
/
tsconfig.vitest.json
Blane187
Upload folder using huggingface_hub
2b7fd6e
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
174 Bytes
{
"extends"
:
"./tsconfig.app.json"
,
"exclude"
:
[
]
,
"compilerOptions"
:
{
"composite"
:
true
,
"lib"
:
[
]
,
"types"
:
[
"node"
,
"jsdom"
]
,
"allowJs"
:
true
}
}