{
  "type": "Program",
  "statements": [
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 23
          },
          "end": {
            "line": 3,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "A",
        "decorators": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 11
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "extends": [
        {
          "type": "TSInterfaceHeritage",
          "expression": {
            "type": "Identifier",
            "name": "C",
            "decorators": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 21
              },
              "end": {
                "line": 1,
                "column": 22
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 23
            },
            "end": {
              "line": 1,
              "column": 22
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 3,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [],
        "loc": {
          "start": {
            "line": 5,
            "column": 23
          },
          "end": {
            "line": 7,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "B",
        "decorators": [],
        "loc": {
          "start": {
            "line": 5,
            "column": 11
          },
          "end": {
            "line": 5,
            "column": 12
          }
        }
      },
      "extends": [
        {
          "type": "TSInterfaceHeritage",
          "expression": {
            "type": "Identifier",
            "name": "A",
            "decorators": [],
            "loc": {
              "start": {
                "line": 5,
                "column": 21
              },
              "end": {
                "line": 5,
                "column": 22
              }
            }
          },
          "loc": {
            "start": {
              "line": 5,
              "column": 23
            },
            "end": {
              "line": 5,
              "column": 22
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 1
        },
        "end": {
          "line": 7,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [],
        "loc": {
          "start": {
            "line": 9,
            "column": 23
          },
          "end": {
            "line": 11,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "C",
        "decorators": [],
        "loc": {
          "start": {
            "line": 9,
            "column": 11
          },
          "end": {
            "line": 9,
            "column": 12
          }
        }
      },
      "extends": [
        {
          "type": "TSInterfaceHeritage",
          "expression": {
            "type": "Identifier",
            "name": "B",
            "decorators": [],
            "loc": {
              "start": {
                "line": 9,
                "column": 21
              },
              "end": {
                "line": 9,
                "column": 22
              }
            }
          },
          "loc": {
            "start": {
              "line": 9,
              "column": 23
            },
            "end": {
              "line": 9,
              "column": 22
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 1
        },
        "end": {
          "line": 11,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 11,
      "column": 2
    }
  }
}
TypeError: Type 'A' recursively references itself as a base type [interfaceInheritance1.ts:1:11]
