diff --git a/.config/typedoc.json b/.config/typedoc.json index 4b688bc33..2705b525f 100644 --- a/.config/typedoc.json +++ b/.config/typedoc.json @@ -15,7 +15,7 @@ "entryPoints": ["../src/index.ts"], "excludeExternals": true, "excludeInternal": false, - // "excludePrivate": true, + "excludePrivate": true, "excludeReferences": true, "jsDocCompatibility": false, "treatWarningsAsErrors": false,