misskey/.babelrc

14 lines
141 B
Plaintext

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