17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"react-native"
|
||
|
],
|
||
|
"env": {
|
||
|
"development": {
|
||
|
"plugins": [
|
||
|
["istanbul", {
|
||
|
"include": [
|
||
|
"**/firebase/**.js"
|
||
|
]
|
||
|
}]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|