mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 20:46:52 +00:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"entryPoints": ["./src/index.ts"],
|
|
"out": "build/docs",
|
|
"exclude": "**/*.spec.ts",
|
|
"excludeInternal": true,
|
|
"validation": {
|
|
"invalidLink": true,
|
|
"notExported": true
|
|
}
|
|
}
|