2022-02-11 06:27:15 +00:00
|
|
|
{
|
2022-09-07 11:11:46 +00:00
|
|
|
"entryPoints": [
|
|
|
|
"./src/index.ts",
|
|
|
|
"./src/lib/create_waku.ts",
|
2022-09-08 08:44:16 +00:00
|
|
|
"./src/lib/interfaces.ts",
|
2022-09-07 11:11:46 +00:00
|
|
|
"./src/lib/peer_discovery_dns.ts",
|
|
|
|
"./src/lib/peer_discovery_static_list.ts",
|
|
|
|
"./src/lib/predefined_bootstrap_nodes.ts",
|
|
|
|
"./src/lib/wait_for_remote_peer.ts"
|
|
|
|
],
|
2022-02-11 06:27:15 +00:00
|
|
|
"out": "build/docs",
|
2022-09-07 11:11:46 +00:00
|
|
|
"exclude": ["**/*.spec.ts"],
|
2022-02-11 06:27:15 +00:00
|
|
|
"excludeInternal": true,
|
|
|
|
"validation": {
|
|
|
|
"invalidLink": true,
|
|
|
|
"notExported": true
|
|
|
|
}
|
|
|
|
}
|