mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-25 05:54:30 +08:00
* 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": ["."]
|
|
}
|