BetterDiscordApp-v2/core/.babelrc

13 lines
164 B
Plaintext
Raw Normal View History

2019-03-03 04:15:24 +01:00
{
"presets": [
[
"@babel/env",
{
"targets": {
"node": "6.7.0"
}
}
]
]
}