js-noise/typedoc.json

11 lines
191 B
JSON
Raw Permalink Normal View History

2022-11-13 13:39:26 +00:00
{
"entryPoints": ["./src/index.ts"],
"out": "build/docs",
"exclude": "**/*.spec.ts",
"excludeInternal": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}