{
  "extends": "@apollo/client-ai-apps/tsconfig/core",
  "compilerOptions": {
    "target": "ES2022",
    "lib": ["ES2022", "DOM", "DOM.Iterable"],
    "module": "ESNext",
    "moduleResolution": "bundler",
    "jsx": "react-jsx",
    "strict": true,
    "skipLibCheck": true,
    "noEmit": true,
    "allowImportingTsExtensions": true,
    "verbatimModuleSyntax": true,
    "types": ["vite/client"],
    "baseUrl": ".",
    "paths": {
      /* Prevent in-editor TypeScript issues by using the types from the root installed version */
      "@apollo/client": ["../node_modules/@apollo/client"],
      "@apollo/client/*": ["../node_modules/@apollo/client/*"],
      "vite": ["../node_modules/vite"],
      "vite/*": ["../node_modules/vite/*"]
    }
  },
  "include": ["src", "vite.config.ts", ".apollo-client-ai-apps/types"]
}
