js-waku/typedoc.json

11 lines
191 B
JSON
Raw Normal View History

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