1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-16 07:28:25 +02:00
cheatsheets/.babelrc
2017-10-01 02:52:43 +08:00

11 lines
99 B
Plaintext

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