UNPKG

react-native-google-analytics-bridge

Version:

React Native bridge for using native Google Analytics libraries on iOS and Android

15 lines (14 loc) 310 B
{ "compilerOptions": { "target": "es2015", "module": "es2015", "moduleResolution": "node", "declaration": true, "allowSyntheticDefaultImports": true, "outDir": "./dist", "noUnusedLocals": true, "noImplicitAny": false, "skipLibCheck": true }, "include": ["src/**/*"] }