Overriden properties in jsdoc annotation are not picked up in declaration file #44693
Labels
Bug
A bug in TypeScript
Domain: Declaration Emit
The issue relates to the emission of d.ts files
Help Wanted
You can do this
Milestone
Bug Report
π Search Terms
typescript jsdoc declaration override method property signature
π Version & Regression Information
β― Playground Link
Example JavaScript with JSDoc
π» Code
π Actual behavior
The declaration file does not contain a typing for the narrower type for value in class Test.
π Expected behavior
The declaration file should contain the narrower type for value.
The text was updated successfully, but these errors were encountered: