Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
flatcherlee/ioatol1
flatcherlee
/
ioatol2
like
0
Runtime error
App
Files
Files
Community
ac6acf2
ioatol2
/
ComfyUI
/
web
/
jsconfig.json
Freak-ppa
Upload 71 files
e26a977
verified
3 months ago
raw
Copy download link
history
blame
Safe
200 Bytes
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"paths"
:
{
"/*"
:
[
"./*"
]
}
,
"lib"
:
[
"DOM"
,
"ES2022"
,
"DOM.Iterable"
]
,
"target"
:
"ES2015"
,
"module"
:
"es2020"
}
,
"include"
:
[
"."
]
}