javascript-algorithms/.babelrc
2018-03-25 23:28:32 +03:00

12 lines
117 B
Plaintext

{
"presets": [
[
"env", {
"targets": {
"node": "current"
}
}
]
]
}