XYOracleNetwork/clients

View on GitHub
typedoc.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://typedoc.org/schema.json",
  "entryPointStrategy": "packages",
  "entryPoints": [
    "./**/packages/*",
    "."
  ],
  "exclude": ["**/*.d.ts"],
  "includeVersion": true,
  "name": "XYO Platform Clients",
  "tsconfig": "./tsconfig.typedoc.json"
}