diff --git a/typedoc.json b/typedoc.json index 1fce155..9a569af 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,6 @@ { "$schema": "https://typedoc-plugin-markdown.org/schema.json", - "entryPoints": ["src/mod.ts*"], + "entryPoints": ["src/mod.ts"], "out": "docs", "plugin": ["typedoc-plugin-markdown"], "readme": "none",