mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-16 07:28:25 +02:00
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"useBuiltIns": "entry",
|
|
"targets": "> 2%"
|
|
}
|
|
]
|
|
]
|
|
}
|