fimfic2epub/.babelrc

8 lines
88 B
Plaintext

{
"presets": [['@babel/env', {
"targets": {
"node": "current"
}
}]]
}