js-waku/typedoc.json

11 lines
219 B
JSON
Raw Normal View History

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