diff --git a/typedoc.json b/typedoc.json index 07f761c..9308f46 100644 --- a/typedoc.json +++ b/typedoc.json @@ -9,5 +9,6 @@ "out": "./docs/build", "readme": "./README.md", "headings": { "readme": false }, - "customCss": "./docs/custom.css" + "customCss": "./docs/custom.css", + "excludeExternals": true }