react-native-firebase/jsconfig.json

9 lines
151 B
JSON
Raw Normal View History

2017-10-19 13:46:02 +00:00
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}