Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
imform-dev
/
extensions
like
0
License:
agpl-3.0
Model card
Files
Files and versions
xet
Community
main
extensions
/
openOutpaint-webUI-extension
/
app
/
js
/
jsconfig.json
방재호
init
b5ba7a5
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
}
,
"include"
:
[
"**/*.js"
]
}