XYOracleNetwork/sdk-xyo-client-js

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 SDK",
  "plugin": ["typedoc-material-theme"],
  "themeColor": "#cb9820",
  "tsconfig": "./tsconfig.typedoc.json"
}