1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00
namae/api/.babelrc

11 lines
119 B
Plaintext
Raw Normal View History

2019-08-14 19:55:28 +09:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": { "node": "current" }
}
]
]
}