Files
webgems/.babelrc
Abdalla Arbab d89701d48a 🎉 init commit
2020-08-28 10:45:50 +02:00

17 lines
212 B
Plaintext

{
"env": {
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
}