TypeDoc converts comments in TypeScript's source code into HTML documentation or a JSON model. Quick StartTypeDoc generates documentation based on your exports. It will follow re-exports to document members declared in other files for each entry point. # Install npm install --save-dev typedoc # Build docs using package.json "exports" or "main" fields as entry points npx typedoc Copy If TypeDoc is