[chore] Clean up ignores after strict mode enabled (#680)

- Replaces all `ts-ignore` with `ts-expect-error`
- Resolves https://github.com/Comfy-Org/litegraph.js/issues/578
This commit is contained in:
filtered
2025-03-03 01:56:15 +11:00
committed by GitHub
parent 165cf210d3
commit af7db40fce
7 changed files with 55 additions and 57 deletions

View File

@@ -129,7 +129,6 @@ export class ContextMenu<TValue = unknown> {
: name
}
// @ts-ignore https://github.com/Comfy-Org/litegraph.js/issues/578
this.addItem(name, value, options)
}