lndhub/.babelrc
2020-12-04 18:59:57 +00:00

13 lines
132 B
Plaintext

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