{
  "extends": "expo/tsconfig.base",
  "compilerOptions": {
    "strict": true,
    "paths": {
      "@/*": ["./*"]
    },
    // TypeScript 6 no longer pulls every package under node_modules/@types in
    // automatically, so the jest globals in __tests__ have to be named here.
    "types": ["jest"]
  },
  "include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"],
  // Edge functions are Deno, not React Native — they resolve `jsr:` specifiers
  // and the `Deno` global, neither of which exists in this project.
  "exclude": ["node_modules", "supabase/functions"]
}
