filo_caspar/.babelrc

7 lines
119 B
Text

{
"presets": ["es2015-node5"],
"plugins": [
"transform-async-to-generator",
"syntax-async-functions"
]
}