How to avoid Error: Expected a symbol for node with kind Identifier at path
when using @ts-expect-error
#2792
Labels
question
Question about functionality
Question
I'm upgrading from 0.25.4 to 0.27.2 and I get an error when I encounter the following code:
Error:
The point is that this type is generated by other users of the library, and it is safely ignored here, but
@ts-expect-error
is only valid for the next line of code.How do I use
@ts-expect-error
with typedoc?Any help is appreciated.
The text was updated successfully, but these errors were encountered: