{
    "extends": "expo/tsconfig.base",
    "compilerOptions": {
        "strict": true,
        "forceConsistentCasingInFileNames": true,
        "paths": {
            "@/*": [
                "./*"
            ]
        }
    },
    "include": [
        "**/*.ts",
        "**/*.tsx",
        ".expo/types/**/*.ts",
        "expo-env.d.ts",
        "context/auth.js"
    ]
}