{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "skipLibCheck": true, "paths": { "@/*": ["./src/*"], "expo-router/src/*": ["./node_modules/expo-router/build/*"] } }, "include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"] }