ComfyUI/web/jsconfig.json

10 lines
100 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
}
},
"include": ["."]
}