ComfyUI / web /jsconfig.json
brunvelop's picture
a
1abbc12
raw
history blame contribute delete
100 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
}
},
"include": ["."]
}