ComfyUI/web/jsconfig.json

11 lines
128 B
JSON

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