TidGi-Desktop/.babelrc
2020-05-16 21:41:02 +07:00

10 lines
108 B
Text

{
"presets": [
["env", {
"targets": {
"electron": "8"
}
}],
"react"
]
}