fimfic2epub/.babelrc
2018-03-14 21:00:55 +01:00

7 lines
81 B
Text

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