mirror of https://github.com/waku-org/js-waku.git
doc: add new packages to config
This commit is contained in:
parent
16cca33a59
commit
1a77aca0a4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue