refactor(typedoc): update typedoc configuration and mark internal APIs as private (#4405)

The typedoc config is now only in the top-level config file instead of also being one per package
and all internal APIs are now marked as private so typedoc won't generate documentation for them, however we still need to export them to avoid typedoc warnings

The new internal APIs that are exported, since are marked as `@private` can have breaking changes without notices
This commit is contained in:
Fleny
2025-09-02 08:17:59 +02:00
committed by GitHub
parent 2a7cd9b2a5
commit ae650a04d9
12 changed files with 67 additions and 46 deletions
-3
View File
@@ -1,3 +0,0 @@
{
"entryPoints": ["./src/index.ts"]
}