1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00
Files
namae/api/.babelrc
2019-08-14 19:55:28 +09:00

11 lines
119 B
Plaintext

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