{
  "compilerOptions": {
    "types": [
      "node",
      "jest"
    ]
  },
  "extends": "./tsconfig.common.json",
  "include": [
    "*.ts",
    "*.tsx",
    "*.js",
    "*.jsx",
    "examples/**/*.js",
    "examples/**/*.jsx",
    "examples/**/*.ts",
    "examples/**/*.tsx",
    "src/**/*.js",
    "src/**/*.jsx",
    "src/**/*.ts",
    "src/**/*.tsx",
    ".graphqlrc.js",
  ]
}
