// @ts-expect-error
not included in generated type definitions.
#43570
Labels
Duplicate
An existing issue was already created
Given a TypeScript file with the following:
I generate the type definitions for this file, but the
// @ts-expect-error "X" does not exist
suppression is removed. My expectation is that it's included in generated type definitions.The text was updated successfully, but these errors were encountered: