js-waku/typedoc.json

19 lines
357 B
JSON
Raw Normal View History

2022-10-31 03:32:39 +00:00
{
2022-11-02 04:05:12 +00:00
"entryPointStrategy": "packages",
2022-11-03 12:06:41 +00:00
"entryPoints": [
"packages/byte-utils",
"packages/core",
"packages/create",
"packages/dns-discovery",
"packages/enr",
"packages/interfaces"
],
2022-11-02 04:05:12 +00:00
"out": "docs",
2022-10-31 03:32:39 +00:00
"exclude": ["**/*.spec.ts"],
"excludeInternal": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}