mirror of
https://github.com/uetchy/namae.git
synced 2025-07-02 06:20:02 +09:00
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": { "node": "current" }
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|