js-waku/typedoc.json

11 lines
219 B
JSON
Raw Normal View History

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