This issue involves removing typedoc and all associated typedoc configurations from the design-system monorepo packages. The removal of these dependencies and configurations aims to simplify the repository by eliminating unused or unnecessary tooling.
Technical Details
Identify all typedoc dependencies in the package.json files of the design-system monorepo packages and remove them.
Remove any typedoc configuration files or sections in existing configuration files (e.g., typedoc.json, tsconfig references).
Verify that there are no lingering references to typedoc in the project (e.g., scripts, documentation).
Test that the removal of typedoc does not impact existing workflows or CI/CD processes.
Acceptance Criteria
All typedoc dependencies and configurations are removed from the design-system monorepo packages.
No errors are introduced in the build or test processes due to the removal of typedoc.
Any relevant scripts or documentation referencing typedoc are updated or removed.
Description
This issue involves removing
typedoc
and all associatedtypedoc
configurations from thedesign-system
monorepo packages. The removal of these dependencies and configurations aims to simplify the repository by eliminating unused or unnecessary tooling.Technical Details
typedoc
dependencies in thepackage.json
files of thedesign-system
monorepo packages and remove them.typedoc
configuration files or sections in existing configuration files (e.g.,typedoc.json
,tsconfig
references).typedoc
in the project (e.g., scripts, documentation).typedoc
does not impact existing workflows or CI/CD processes.Acceptance Criteria
typedoc
dependencies and configurations are removed from thedesign-system
monorepo packages.typedoc
.typedoc
are updated or removed.