habitica-self-host/website/client/.babelrc

5 lines
95 B
Text
Raw Normal View History

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