filo_caspar/.babelrc

8 lines
119 B
Plaintext

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