lbry-desktop/ui/.babelrc

10 lines
98 B
Text
Raw Normal View History

2016-11-22 21:19:08 +01:00
{
"presets": [
"es2015",
"react"
],
2017-11-22 23:38:01 +01:00
"plugins" : [
"transform-flow-comments"
]
}