{
    "entryPoints": ["src/index.ts"],
    "out": "docs/api",
    "name": "NDK Wallet",
    "theme": "default",
    "plugin": ["typedoc-plugin-markdown"],
    "excludeExternals": true,
    "excludePrivate": true,
    "excludeProtected": true,
    "exclude": ["**/*.test.ts", "**/*.d.ts", "**/test/**", "**/tests/**", "**/__tests__/**"],
    "skipErrorChecking": true,
    "categorizeByGroup": true,
    "navigation": {
        "includeGroups": true
    },
    "readme": "README.md",
    "navigationLinks": {
        "Github": "https://github.com/nostr-dev-kit/ndk",
        "NDK Core": "https://github.com/nostr-dev-kit/ndk/tree/master/ndk-core"
    }
}
