Je tam už podpoře XML dokumentace uvnitř strojopisem? Zdá se, že tam není, ale možná jsem s výhledem na něco.
Rád bych něco takového:
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>
}
}













