{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "strict": true,
    "baseUrl": "./src",
    "jsx": "react-jsx"
  },
  "exclude": ["node_modules", "dist", "vite.config.ts", "__tests__"]
}
