cheatsheets/.babelrc

11 lines
99 B
Plaintext

{
"presets": [
[
"env",
{
"forceAllTransforms": true
}
]
]
}