js-waku/typedoc.json

12 lines
264 B
JSON
Raw Normal View History

2022-10-31 03:32:39 +00:00
{
2022-11-02 04:05:12 +00:00
"entryPointStrategy": "packages",
"entryPoints": ["packages/core", "packages/interfaces", "packages/create"],
"out": "docs",
2022-10-31 03:32:39 +00:00
"exclude": ["**/*.spec.ts"],
"excludeInternal": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}