OnlineJudge/frontend/admin/.babelrc

6 lines
96 B
Plaintext
Raw Normal View History

2016-07-31 07:55:31 +00:00
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}