RPComfy / ComfyUI /web /jsconfig.json
Metaphysix2's picture
Upload folder using huggingface_hub
3e5f61c
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
}
},
"include": ["."]
}