1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/api/.babelrc

11 lines
119 B
Plaintext

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