javascript-algorithms/.babelrc

12 lines
117 B
Plaintext
Raw Normal View History

2018-03-26 04:28:32 +08:00
{
"presets": [
[
"env", {
"targets": {
"node": "current"
}
}
]
]
}