{ "compilerOptions": { "rootDir": ".", "paths": { "@googlemaps/react-native-navigation-sdk": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react", "lib": ["esnext"], ...