Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hologramicon
/
3d
like
0
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/2
3d
/
client
/
tsconfig.json
hologramicon
Upload 9 files
193fa79
verified
6 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
{
"compilerOptions"
:
{
"jsx"
:
"react-jsx"
,
"module"
:
"ESNext"
,
"target"
:
"ES2022"
,
"moduleResolution"
:
"Node"
,
"strict"
:
true
}
,
"include"
:
[
"src"
]
}