errors.fyi community error code reference
TS2578
typescript

Unused @ts-expect-error

A `// @ts-expect-error` directive is present but the following line does not produce a TypeScript error. Remove the directive or move it to a line that actually has an error.

References

โ† all namespaces for TS2578