Gibt es Unterstützung bereits für XML-Dokumentation innerhalb Typoskript? Es scheint, gibt es nicht, aber vielleicht etwas, was ich bin mit Blick auf.
Ich würde so etwas wie dies mag:
export class Point {
/// <summary>This is a Point class.</summary>
constructor (public x: number, public y: number) {
/// <summary>Creates a new Point object</summary>
/// <param name=x></param>
/// <param name=y></param>
}
}













