dash-wooden-clock/.babelrc

13 lines
125 B
Plaintext
Raw Normal View History

2018-08-23 15:32:50 +00:00
{
2018-08-25 03:51:29 +00:00
"presets": [
[
"@babel/env",
{
"targets": {
"node": true
}
}
]
]
}