likeopera-backend/.babelrc

5 lines
113 B
Plaintext
Raw Normal View History

{
2016-07-05 12:52:26 +03:00
"plugins": [ "transform-es2015-destructuring", "transform-object-rest-spread" ],
"retainLines": true
}