mirror of https://github.com/waku-org/js-waku.git
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"entryPointStrategy": "packages",
|
|
"entryPoints": [
|
|
"packages/byte-utils",
|
|
"packages/core",
|
|
"packages/create",
|
|
"packages/dns-discovery",
|
|
"packages/enr",
|
|
"packages/interfaces",
|
|
"packages/message-encryption"
|
|
],
|
|
"out": "docs",
|
|
"exclude": ["**/*.spec.ts"],
|
|
"excludeInternal": true,
|
|
"validation": {
|
|
"invalidLink": true,
|
|
"notExported": true
|
|
}
|
|
}
|