diff --git a/typedoc.json b/typedoc.json index 7ac568f..578f3bb 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,5 +2,6 @@ "entryPoints": ["./play-dl"], "plugin" : [ "typedoc-plugin-missing-exports", "typedoc-plugin-extras" ], "out": "docs/docs", + "excludeExternals": true, "favicon": "./docs/favicon.ico" }