BetterDiscordApp-v2/core/.babelrc

13 lines
164 B
Plaintext

{
"presets": [
[
"@babel/env",
{
"targets": {
"node": "6.7.0"
}
}
]
]
}