The // @ts-ignore
comment enables the TypeScript compiler to ignore the line below it.
How can one ignore a whole block of code with TypeScript?
The // @ts-ignore
comment enables the TypeScript compiler to ignore the line below it.
How can one ignore a whole block of code with TypeScript?