We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfcb35b + 039bc53 commit 7280982Copy full SHA for 7280982
packages/docusaurus-plugin-typedoc/src/plugin.ts
@@ -23,6 +23,7 @@ export default async function pluginDocusaurus(
23
// Check PluginConfig is typed to ['docusaurus-plugin-typedoc', PluginOptions]
24
if (
25
pluginConfig &&
26
+ typeof pluginConfig[0] === 'string' &&
27
pluginConfig[0].includes('docusaurus-plugin-typedoc') &&
28
typeof pluginConfig[1] === 'object'
29
) {
0 commit comments