{
  "entryPoints": [
    "./src/index.ts",
    "./src/Charts/index.ts",
    "./src/Types/index.ts"
  ],
  "out": "./docs",
  "exclude": ["**/__tests__/**", "**/*.test.ts"],
  "excludeExternals": false,
  "includeVersion": false,
  "cleanOutputDir": true,
  "excludeNotDocumented": false,
  "excludePrivate": true,
  "excludeProtected": true,
  "plugin": ["typedoc-plugin-missing-exports"]
}
