{
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",

  // Inherit the TSDoc configuration for API Extractor
  "extends": [ "@microsoft/api-extractor/extends/tsdoc-base.json" ],
  "tagDefinitions": [
    // Define a custom tag and specify how it should be parsed
    {
      "tagName": "@EIP",
      "syntaxKind": "block",
      "allowMultiple": true
    }
  ],
  "supportForTags": {
    // Indicate that the custom tag is supported by your tooling.  (Without this, warnings may
    // be reported saying that the tag is unsupported.)
    "@EIP": true
  }
}