mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-typescript", //needed for .ts jest tests
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": "> 1%",
|
|
"useBuiltIns": "usage",
|
|
"corejs": "3.19.1"
|
|
}
|
|
]
|
|
]
|
|
}
|