mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"entryPoints": ["./src/index.ts"],
|
|
"out": "build/docs",
|
|
"exclude": ["**/*.spec.ts"],
|
|
"excludeInternal": true,
|
|
"validation": {
|
|
"invalidLink": true,
|
|
"notExported": true
|
|
}
|
|
}
|