{
  "$schema": "https://typedoc.org/schema.json",
  "tsconfig": "./tsconfig.d.json",
  "plugin": [
    "typedoc-plugin-missing-exports"
  ],
  "commentStyle": "jsdoc",
  "includeVersion": true,
  "hideGenerator": true,
  "readme": "none",
  "name": "CycloneDX JavaScript Library",
  "excludeExternals": true,
  "externalSymbolLinkMappings": {
    "packageurl-js": {
      "PackageURL": "https://github.com/package-url/packageurl-js#usage-examples"
    }
  },
  "cleanOutputDir": true,
  "emit": "both"
}
