mastoradio-fork/.babelrc

7 lines
89 B
Plaintext

{
"plugins": [
["@babel/plugin-transform-runtime", {
"corejs": 3
}]
]
}