Sign in
appsheet-third-party
/
react-google-recaptcha
/
refs/heads/main
/
.
/
.babelrc
blob: 57a79678e8d66ffb871acbd3115d49a973ec672a [
file
] [
log
] [
blame
] [
edit
]
{
"presets"
:
[
"@babel/react"
,
[
"@babel/env"
,
{
"loose"
:
true
}
]
],
"env"
:
{
"esm"
:
{
"presets"
:
[
[
"@babel/env"
,
{
"loose"
:
true
,
"modules"
:
false
}
]
]
}
}
}