JavaScriptfromEvanhahn1 week ago@ts-ignore is almost always the worst optionPrefer @ts-expect-error or narrow use of any over @ts-ignore to avoid silently masking errors and to force removal of obsolete ignores.