hedgedoc/.babelrc

9 lines
80 B
Text
Raw Normal View History

2016-12-23 22:10:18 -05:00
{
"presets": [
"es2015"
],
"plugins": [
"transform-runtime"
]
}