OnlineJudge/frontend/admin/.babelrc
2016-07-31 15:55:31 +08:00

6 lines
96 B
Plaintext

{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}