{
  "extends": "../../config/api-extractor.json",
  // Point it to your entry point d.ts file.
  "mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts",
  "additionalEntryPoints": [{
    "modulePath": "sw",
    "filePath": "<projectFolder>/dist/index.sw.d.ts"
  }],
  "dtsRollup": {
    /** 
     * rollup is not supported when multiple entry points are present
     */
    "enabled": false
  }
}
