xgplayer/.babelrc
2018-06-24 16:28:37 +08:00

9 lines
123 B
Plaintext

{
"presets": [
["env", {
"targets": {
"node": true
}
}]
]
}