mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-07 22:41:04 +08:00
17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
{
|
|
"presets": [
|
|
"react-native"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"plugins": [
|
|
["istanbul", {
|
|
"include": [
|
|
"**/firebase/**.js"
|
|
]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|