diff --git a/configs/typedoc.json b/configs/typedoc.json index 90afbe072e99b..58af188917159 100644 --- a/configs/typedoc.json +++ b/configs/typedoc.json @@ -4,7 +4,8 @@ "../+(dev-packages|examples|typings|scripts)/**", "../packages/*/lib/**", "**/node_modules/**", - "**/*spec.ts" + "**/*spec.ts", + "../plugins/*" ], "excludeExternals": true, "external-modulemap": ".*\/packages\/([\\w\\-_]+)\/",