js-waku/packages/create/typedoc.json

11 lines
193 B
JSON
Raw Normal View History

2022-10-31 03:32:39 +00:00
{
"entryPoints": ["./src/index.ts"],
"out": "build/docs",
"exclude": ["**/*.spec.ts"],
"excludeInternal": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}