react-native-firebase/jsconfig.json

8 lines
124 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules"]
}