filo_caspar/.babelrc

8 lines
119 B
Plaintext
Raw Normal View History

2016-04-10 08:37:05 +00:00
{
"presets": ["es2015-node5"],
"plugins": [
"transform-async-to-generator",
"syntax-async-functions"
]
}