tainacan/.babelrc

6 lines
73 B
Plaintext

{
"presets": [
["env", { "modules": false }],
["stage-3"]
]
}