DEV Community

Discussion on: Document your Typescript Project in 5 mins - typedoc

Collapse
 
thejaredwilcurt profile image
The Jared Wilcurt

or.... just use JSDoc, and don't use TS at all. You get this, and everything else TS offers, without any of the down sides of TS. You just need to use ESLint and a plugin. don't over complicate things