dash-wooden-clock/.babelrc

13 lines
125 B
Plaintext

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