Skip to content

Commit

Permalink
feat(typedoc-config): add alwaysCreateEntryPointModule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Sep 6, 2024
1 parent be6f347 commit eec3f80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/typedoc-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const config = {
customCss: './theme.css',
includeVersion: true,
footerLastModified: true,
alwaysCreateEntryPointModule: true,
exclude: ['**/*.js', '**/*.test.ts'],
excludeExternals: true,
excludePrivate: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"@knodes/typedoc-plugin-pages": "^0.23.4",
"typedoc-plugin-extras": "^3.0.0"
"typedoc-plugin-extras": "^3.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eec3f80

Please sign in to comment.