habitica/website/client/.babelrc

4 lines
75 B
Text
Raw Normal View History

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