{ "$schema": "https://typedoc.org/schema.json", "entryPointStrategy": "Expand", "entryPoints": ["./src"], "exclude": "**/*+(.spec).[jt]s", "excludeInternal": true, "out": "doc", "plugin": ["typedoc-plugin-zod", "typedoc-plugin-mdn-links"], "validation": { "invalidLink": true, "notExported": false } }