chore: fix typedoc setup

This commit is contained in:
mathuo 2021-10-13 17:14:52 +01:00
parent e41d0ea64a
commit 937e851d11

View File

@ -2,7 +2,6 @@
"out": "typedocs",
"entryPoints": ["./src/index.ts"],
"exclude": ["**/_test/**/*.*", "**/index.ts"],
"disableOutputCheck": true,
"excludeExternals": true,
"excludePrivate": true
}