Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jurmy24
/
urdf-visualizer
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
16ab111
urdf-visualizer
/
viewer
/
tsconfig.json
jurmy24
feat(wip): add viewer
16ab111
19 days ago
raw
Copy download link
history
blame
Safe
211 Bytes
{
"files"
:
[
]
,
"references"
:
[
{
"path"
:
"./tsconfig.app.json"
}
,
{
"path"
:
"./tsconfig.node.json"
}
]
,
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"paths"
:
{
"@/*"
:
[
"src/*"
]
}
}
}