From 94787e9b56d38dd050bf22262be8a5da8f5b28ce Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sat, 1 Jan 2022 16:27:48 +0100 Subject: [PATCH] Don't include types imported from nodejs and play-audio in the docs --- typedoc.json | 1 + 1 file changed, 1 insertion(+) 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" }