ComfyUI / web /jsconfig.json
brunvelop's picture
a
1abbc12
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
}
},
"include": ["."]
}