scratch-paint/.babelrc
2017-07-27 07:57:24 -04:00

4 lines
84 B
Text

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