Generate Documentation based on comments TypeScript
Does anyone know a good library which generated documentation based on comments for my .ts and .tsx file / components?
Tried jsdoc but that does not seems to work with typescript
2 Replies
https://tsdoc.org/ maybe? Just immediate reaction, I haven't personally used it before.
TSDoc
A doc comment standard for TypeScript
I can take a look at that ty