From eec3f800c5a65978909366b439af56306aa029aa Mon Sep 17 00:00:00 2001 From: Andrey Polischuk Date: Fri, 6 Sep 2024 23:59:43 +0300 Subject: [PATCH] feat(typedoc-config): add `alwaysCreateEntryPointModule` --- packages/typedoc-config/index.js | 1 + packages/typedoc-config/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/typedoc-config/index.js b/packages/typedoc-config/index.js index f83ac66..6cd8cce 100644 --- a/packages/typedoc-config/index.js +++ b/packages/typedoc-config/index.js @@ -12,6 +12,7 @@ const config = { customCss: './theme.css', includeVersion: true, footerLastModified: true, + alwaysCreateEntryPointModule: true, exclude: ['**/*.js', '**/*.test.ts'], excludeExternals: true, excludePrivate: true, diff --git a/packages/typedoc-config/package.json b/packages/typedoc-config/package.json index adb7c2e..f04b8d8 100644 --- a/packages/typedoc-config/package.json +++ b/packages/typedoc-config/package.json @@ -9,6 +9,6 @@ }, "dependencies": { "@knodes/typedoc-plugin-pages": "^0.23.4", - "typedoc-plugin-extras": "^3.0.0" + "typedoc-plugin-extras": "^3.1.0" } } diff --git a/yarn.lock b/yarn.lock index b73a711..e6abca0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6711,10 +6711,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typedoc-plugin-extras@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/typedoc-plugin-extras/-/typedoc-plugin-extras-3.0.0.tgz#e41eeb815aaa572beb8c274834a6b7f51dd55b24" - integrity sha512-eiAe3qtm2WbV5owdncpt0zHZPqsNZH2mzNGILPd4zqrvEZie3Et9es4cpGZ+8lHO/SI0pVKwsAj7IuMxPNOdYg== +typedoc-plugin-extras@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/typedoc-plugin-extras/-/typedoc-plugin-extras-3.1.0.tgz#e435891ad87c796d23edb6929ceb6a1797f274f1" + integrity sha512-8tNeq2fgl2HCUZ6eZuAoLLKEvB/WrRS4He9MtTfo3X3Pa8Iw3TS5D0g8krDhUXUk1uHpXVAVHm8rSOMS2mdJRw== "typescript@>=3 < 6": version "5.2.2"