How do you typically document your typescript or javascript code? When working with C# in Visual Studio, it's as easy as typing "///" to generate a documentation stub. But what are the recommended standards and tools for documenting typescript code?
P.S. I personally believe in self-documenting code that is not reliant on any specific IDE.