{
  "compilerOptions": {
    "esModuleInterop": true,
    "strict": false,
    "ignoreDeprecations": "6.0",
    "strictNullChecks": true,
    "noEmit": true,
    "skipLibCheck": true,
    "downlevelIteration": true,
    "types": [
      "jest"
    ],
    "baseUrl": "../../..",
    "paths": {
      "@gqlts/runtime/src/*": [
        "src/*"
      ]
    }
  },
  "include": [
    "typeSelection.test.ts"
  ],
  "exclude": [
    "../!tests"
  ]
}
