diff --git a/typedoc.json b/typedoc.json index 3730d0d..57328f4 100644 --- a/typedoc.json +++ b/typedoc.json @@ -4,5 +4,6 @@ "out": "docs", "mode": "file", "excludePrivate": true, - "excludeNotExported": false + "excludeNotExported": false, + "exclude": [ "src/**/*test.ts" ] }