x/docx/tsconfig.typedoc.json
123456789101112131415{ "extends": "./tsconfig.json", "compilerOptions": { "allowSyntheticDefaultImports": true }, "typedocOptions": { "out": "docs/api", "exclude": ["test", "build"], "theme": "default", "excludePrivate": true, "excludeProtected": true, "excludeExternals": false }}