urbit/pkg/npm/api/.babelrc

11 lines
135 B
Plaintext
Raw Normal View History

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