Monorepo scripts
typedoc --excludeExternals --entryPointStrategy packages 'packages/*'
Monorepo package.json of package
"typedoc": { "entryPoint": "src/index.ts", "readmeFile": "README.md" }
Export un-exported
Home
TypeDoc converts comments in TypeScript source code into rendered HTML documentation or a JSON model. It is extensible and supports a variety of configurations. Available as a CLI or Node module. See the API tab for TypeDoc's API documentation, rendered with TypeDoc. If you have npm installed, start using TypeDoc with the following commands.
https://typedoc.org/

Seonglae Cho