mirror of https://github.com/waku-org/js-waku.git
19 lines
438 B
JSON
19 lines
438 B
JSON
{
|
|
"entryPoints": [
|
|
"./src/index.ts",
|
|
"./src/lib/create_waku.ts",
|
|
"./src/lib/interfaces.ts",
|
|
"./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"
|
|
],
|
|
"out": "build/docs",
|
|
"exclude": ["**/*.spec.ts"],
|
|
"excludeInternal": true,
|
|
"validation": {
|
|
"invalidLink": true,
|
|
"notExported": true
|
|
}
|
|
}
|