mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Migrate domWidget from js to ts (#3)
* Rename js to ts * Migrate domWidget.js * Fix global declare
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": ["src/*"],
|
||||
}
|
||||
},
|
||||
"typeRoots": ["src/types", "node_modules/@types"]
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
"include": ["src/**/*", "src/types/**/*.d.ts"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user