A minimal reproduction to demonstrate an issue with TypeDoc type alias documentation.
npm install
.npm run docs
.docs/index.html
in a browser.InterfaceA
interface.propertyA
is documented as returning Readonly
instead of
linking to the AliasA
type alias.