aa_studio_data / ComfyUI /web /jsconfig.json
surena26's picture
Upload folder using huggingface_hub
d9fb09c verified
raw
history blame contribute delete
128 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022"]
},
"include": ["."]
}