From c3e54a4e412a150f57f5795ae9c2a26974cfd0a6 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Thu, 9 May 2024 14:45:28 +0200 Subject: [PATCH] docs(typedoc): exclude externals to exclude Collection and Map methods from Store --- packages/api/typedoc.json | 3 ++- packages/pattern-commands/typedoc.json | 3 ++- packages/scheduled-tasks/typedoc.json | 3 ++- packages/utilities-store/typedoc.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/api/typedoc.json b/packages/api/typedoc.json index 8c791b513..e643ea220 100644 --- a/packages/api/typedoc.json +++ b/packages/api/typedoc.json @@ -2,5 +2,6 @@ "$schema": "https://typedoc.org/schema.json", "entryPoints": ["src/index.ts"], "json": "docs/api.json", - "tsconfig": "src/tsconfig.json" + "tsconfig": "src/tsconfig.json", + "excludeExternals": true } diff --git a/packages/pattern-commands/typedoc.json b/packages/pattern-commands/typedoc.json index 8c791b513..e643ea220 100644 --- a/packages/pattern-commands/typedoc.json +++ b/packages/pattern-commands/typedoc.json @@ -2,5 +2,6 @@ "$schema": "https://typedoc.org/schema.json", "entryPoints": ["src/index.ts"], "json": "docs/api.json", - "tsconfig": "src/tsconfig.json" + "tsconfig": "src/tsconfig.json", + "excludeExternals": true } diff --git a/packages/scheduled-tasks/typedoc.json b/packages/scheduled-tasks/typedoc.json index 8c791b513..e643ea220 100644 --- a/packages/scheduled-tasks/typedoc.json +++ b/packages/scheduled-tasks/typedoc.json @@ -2,5 +2,6 @@ "$schema": "https://typedoc.org/schema.json", "entryPoints": ["src/index.ts"], "json": "docs/api.json", - "tsconfig": "src/tsconfig.json" + "tsconfig": "src/tsconfig.json", + "excludeExternals": true } diff --git a/packages/utilities-store/typedoc.json b/packages/utilities-store/typedoc.json index 8c791b513..e643ea220 100644 --- a/packages/utilities-store/typedoc.json +++ b/packages/utilities-store/typedoc.json @@ -2,5 +2,6 @@ "$schema": "https://typedoc.org/schema.json", "entryPoints": ["src/index.ts"], "json": "docs/api.json", - "tsconfig": "src/tsconfig.json" + "tsconfig": "src/tsconfig.json", + "excludeExternals": true }