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