Explore Library
FlashcardIntermediate

@ts-ignore vs @ts-expect-error

Suppress a type error on the next line, with two subtly different comment directives.

Question

What is the difference between `// @ts-ignore` and `// @ts-expect-error`?

Click to reveal answer