{ "extends": "../../tsconfig.json", "compilerOptions": { "jsx": "react-native", "baseUrl": "../../", "paths": { "@react-native-async-storage/async-storage": ["src/shims/async-storage.ts"] }, "noEmit": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }