{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "jsx": "react-jsx",
    "rootDir": "..",
    "types": ["vite/client"],
    "noEmit": true,
    "esModuleInterop": true
  },
  "include": [".", "../src"],
  "exclude": ["vite.config.ts"]
}
