{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "noImplicitAny": true, "esModuleInterop": true, "moduleResolution": "bundler", "skipLibCheck": true, "baseUrl": ".", "paths": { "@/*": ["./*"] }, "typeRoots": ["./node_modules/@types"] }, "include": [ "app/**/*.ts", "app/**/*.tsx", "lib/**/*.ts", "lib/**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts" ] }