If I write doc comments on a property in a TypeScript type, they show up when hovering the property.
If I make the type a more complex union type, the doc comments no longer appear.
I can get the doc comments by referencing the property on the type.
Is there a way to enable doc comments for the properties on a more complex union type?


