Nuxt/.babelrc

14 lines
695 B
Plaintext

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