diff --git a/typedoc.client.json b/typedoc.client.json index fb58d6fcbf12..42203c862f8c 100644 --- a/typedoc.client.json +++ b/typedoc.client.json @@ -1,5 +1,5 @@ { - "exclude": ["**/node_modules/**", "**/protocols/*.ts", "**/endpoints.ts"], + "exclude": ["**/node_modules/**", "**/protocols/*.ts", "**/endpoints.ts", "**/ruleset.ts"], "excludeNotExported": true, "excludePrivate": true, "hideGenerator": true,