2
0
mirror of synced 2025-01-10 14:16:27 +00:00
react-native-firebase/jsconfig.json
2017-10-19 14:46:02 +01:00

9 lines
151 B
JSON

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