tainacan/.babelrc

9 lines
95 B
Plaintext
Raw Normal View History

{
"presets": [
["@babel/preset-env",
{
"modules": false
}
]
]
}