lndhub/.babelrc

13 lines
132 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
]
}