Nuxt/.babelrc

14 lines
167 B
Plaintext

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