24
1
Fork 0
drop.chapril.org-firefoxsend/.babelrc

10 lines
97 B
Plaintext

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