2
0
mirror of synced 2025-02-24 20:18:08 +00:00
react-native-firebase/jsconfig.json
2017-10-23 09:22:06 +01:00

9 lines
151 B
JSON

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