If you absolutely must disable type checking for a line, almost always prefer `// @ts-expect-error`. It: * Disables type checking on a line * Reports a type error if the comment isn't suppressing any Being told when a comment directive can be removed helps with long-term code cleanliness. 4/🧵
1 likes 1 replies
?