AspectedRouting/javascript/.babelrc

18 lines
309 B
Text
Raw Normal View History

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}