react-native-firebase/jsconfig.json

8 lines
124 B
JSON
Raw Normal View History

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