@react-native-firebase/remote-config
Version:
React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.
22 lines (21 loc) • 860 B
JSON
{
"extends": "../../tsconfig.packages.base.json",
"compilerOptions": {
"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"]
},
"types": ["react-native", "node"]
},
"include": ["lib/**/*.ts"],
"exclude": ["node_modules", "dist", "__tests__", "**/*.test.ts"]
}