mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
18511dd581
* wip group manage * prototyping ui * tweaks * wip * wip * more wip * fixes add deletion * Fix tests * fixes * Remove test code * typo * fix crash when link is invalid
11 lines
128 B
JSON
11 lines
128 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"/*": ["./*"]
|
|
},
|
|
"lib": ["DOM", "ES2022"]
|
|
},
|
|
"include": ["."]
|
|
}
|