main/.babelrc

7 lines
72 B
Plaintext
Raw Permalink Normal View History

2017-11-28 12:37:49 +00:00
{
"presets": [
["env", { "modules": false }],
"stage-3"
]
}