ibt2/.babelrc

6 lines
96 B
Text
Raw Normal View History

2017-01-14 12:43:29 +01:00
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}