lbry-redux/.babelrc

5 lines
78 B
Plaintext
Raw Normal View History

2018-04-05 18:54:58 +02:00
{
"presets": ["env", "stage-2"],
"plugins": ["transform-flow-comments"]
}