This private package is to help with generating the static type documentation.
It has been pulled into its own package to prevent typedoc
from polluting codetypo-types
with its
dependencies.
There have been too many time where the build was broken when typescript
was updated but typedoc
didn't "support" the new version. This issue has been circumvented by moving typedoc
into this package so it can continue to use its preferred
version of typescript
.
To Generate the docs:
npm run build-codetypo-types-docs