From 1813f35432e266a4998c090f32b184b166d5d47f Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Mon, 25 Mar 2024 20:40:07 -0500 Subject: [PATCH] docs(common): include utility modules in api-docs --- packages/common/typedoc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/common/typedoc.json diff --git a/packages/common/typedoc.json b/packages/common/typedoc.json new file mode 100644 index 0000000000..b721cc8870 --- /dev/null +++ b/packages/common/typedoc.json @@ -0,0 +1,8 @@ +{ + "extends": [ + "../../typedoc.base.json" + ], + "entryPoints": [ + "*.js", + ] +}