js-noise/typedoc.json
2022-11-13 09:39:26 -04:00

11 lines
191 B
JSON

{
"entryPoints": ["./src/index.ts"],
"out": "build/docs",
"exclude": "**/*.spec.ts",
"excludeInternal": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}