mirror of https://github.com/waku-org/js-waku.git
11 lines
191 B
JSON
11 lines
191 B
JSON
|
{
|
||
|
"entryPoints": ["./src/index.ts"],
|
||
|
"out": "build/docs",
|
||
|
"exclude": "**/*.spec.ts",
|
||
|
"excludeInternal": true,
|
||
|
"validation": {
|
||
|
"invalidLink": true,
|
||
|
"notExported": true
|
||
|
}
|
||
|
}
|