1
0
mirror of https://github.com/waku-org/js-waku.git synced 2025-01-16 23:41:20 +00:00

11 lines
191 B
JSON
Raw Normal View History

2022-02-11 17:27:15 +11:00
{
"entryPoints": ["./src/index.ts"],
"out": "build/docs",
"exclude": "**/*.spec.ts",
"excludeInternal": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}