tornado-classic-ui/.babelrc

17 lines
212 B
Plaintext
Raw Permalink Normal View History

2022-04-22 05:05:56 +02:00
{
"env": {
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
}