Documentation

Build system

Package builds, generated output, TypeDoc, and documentation site builds.

Root scripts coordinate package builds:

npm run build:package:full
npm run build:package:light
npm run typescript

Package builds emit under lib/ where the package has a library build. Public entry points and emitted module structure should stay coherent with the package contract.

Documentation builds are separate:

npm run docs:build
npm run docs:site:build

docs:build generates TypeDoc. docs:site:build builds the Zola site.