{
  "compilerOptions": {
    "outDir": "./dist/types",
    "rootDir": "./src"
  },
  "extends": "../../../tsconfig.references.json",
  "include": ["src"],
  "references": [
    {
      "path": "../assert"
    },
    {
      "path": "../foundation-intermediate-representation"
    },
    {
      "path": "../foundation-parser"
    },
    {
      "path": "../graphql-codegen-helpers"
    }
  ]
}
