{
  "extends": "../../config/api-extractor.json",
  // Point it to your entry point d.ts file.
  "mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts",
  "dtsRollup": {
    "enabled": true
  }
}
