ComfyUI/comfy/web/jsconfig.json
2024-01-29 15:06:31 -08:00

11 lines
128 B
JSON

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