mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 18:38:11 +00:00
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"entryPointStrategy": "packages",
|
|
"entryPoints": ["packages/core", "packages/interfaces", "packages/create"],
|
|
"out": "docs",
|
|
"exclude": ["**/*.spec.ts"],
|
|
"excludeInternal": true,
|
|
"validation": {
|
|
"invalidLink": true,
|
|
"notExported": true
|
|
}
|
|
}
|