From 6a6ed918d6c8a052c082635ed0f2188639ed2e72 Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 23 Feb 2023 18:12:12 +0000 Subject: [PATCH] chore(docs): omit endpoints ruleset generated files from typedoc --- typedoc.client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,