urbit/pkg/npm/api/.babelrc

12 lines
163 B
Plaintext
Raw Normal View History

{
"presets": [
[
"@babel/preset-env",
{
"targets": "> 1%",
"useBuiltIns": "usage",
"corejs": "3.19.1"
}
]
]
}