ioatol2 / ComfyUI /web /jsconfig.json
Freak-ppa's picture
Upload 71 files
e26a977 verified
raw
history blame
200 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022", "DOM.Iterable"],
"target": "ES2015",
"module": "es2020"
},
"include": ["."]
}