flow2schema/.babelrc

11 lines
160 B
Plaintext

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