cheatsheets/.babelrc

12 lines
136 B
Plaintext

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