doc: add new packages to config

This commit is contained in:
fryorcraken.eth 2022-11-03 23:06:41 +11:00
parent 16cca33a59
commit 1a77aca0a4
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
{
"entryPointStrategy": "packages",
"entryPoints": ["packages/core", "packages/interfaces", "packages/create"],
"entryPoints": [
"packages/byte-utils",
"packages/core",
"packages/create",
"packages/dns-discovery",
"packages/enr",
"packages/interfaces"
],
"out": "docs",
"exclude": ["**/*.spec.ts"],
"excludeInternal": true,