tainacan/.babelrc

5 lines
59 B
Plaintext
Raw Normal View History

{
"presets": [
["es2015", { "modules": false }]
]
}