1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00
Files
cheatsheets/.babelrc
2017-10-01 02:52:43 +08:00

11 lines
99 B
Plaintext

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