feather/.babelrc

5 lines
75 B
Plaintext
Raw Normal View History

{
"presets": ["es2015"],
"plugins": ["transform-object-rest-spread"]
}