classic-ui/.babelrc
Danil Kovtonyuk 44f31f8b9f
init
2022-04-22 13:14:19 +10:00

17 lines
212 B
Plaintext

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