{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "moduleResolution": "bundler", "types": [ "react", "react-native" ], "skipLibCheck": true, "baseUrl": ".", "paths": { "@/*": [ "src/*" ] } } }