UNPKG

expo-mercadopago-integration

Version:

Expo library for integrating Mercado Pago native SDK without ejecting

27 lines 535 B
{ "compilerOptions": { "strict": true, "declaration": true, "outDir": "build", "target": "es2017", "lib": ["es2017", "dom"], "module": "commonjs", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "jsx": "react-native" }, "include": [ "src/**/*", "example/**/*", "src/types.d.ts" ], "exclude": [ "node_modules", "build", "android", "ios" ] }