@react-native-firebase/messaging
Version:
React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging
21 lines • 872 B
JSON
{
"extends": "../../tsconfig.packages.base.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"paths": {
"@react-native-firebase/app/dist/module/common/*": ["../app/dist/typescript/lib/common/*"],
"@react-native-firebase/app/dist/module/common": ["../app/dist/typescript/lib/common"],
"@react-native-firebase/app/dist/module/internal/web/*": [
"../app/dist/typescript/lib/internal/web/*"
],
"@react-native-firebase/app/dist/module/internal/*": [
"../app/dist/typescript/lib/internal/*"
],
"@react-native-firebase/app/dist/module/internal": ["../app/dist/typescript/lib/internal"],
"@react-native-firebase/app": ["../app/dist/typescript/lib"]
}
},
"include": ["lib/**/*", "../app/lib/internal/global.d.ts"],
"exclude": ["node_modules", "dist", "__tests__", "**/*.test.ts"]
}