Spaces:
Potre1qw
/
Running on Zero

jorag / ComfyUI /web /jsconfig.json
flatcherlee's picture
Upload 273 files
932ae62 verified
raw
history blame contribute delete
200 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022", "DOM.Iterable"],
"target": "ES2015",
"module": "es2020"
},
"include": ["."]
}