mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 21:02:01 +03:00
11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": "> 1%",
|
||
|
"useBuiltIns": "usage"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|