This is a demo package showing configuration of esm-d-ts to generate types and docs from ESM source code.
You can see the bundled types output here:
esm-d-ts is configured as a NPM script here in package.json
TypeDoc is also configured to generate API docs from the bundled types instead of JS source files. You can review
the typedoc.json for setup. @typhonjs-typedoc/ts-lib-docs Typedoc
plugins are configured to link all TS built-in libs to create full end-to-end API docs.