js-waku/packages/create/typedoc.json
2022-10-31 14:47:12 +11:00

11 lines
193 B
JSON

{
"entryPoints": ["./src/index.ts"],
"out": "build/docs",
"exclude": ["**/*.spec.ts"],
"excludeInternal": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}