BetterDiscordApp-v2/.babelrc

13 lines
164 B
Plaintext
Raw Normal View History

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