flow2schema/.babelrc

12 lines
183 B
Plaintext

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