10 lines
104 B
Plaintext
Raw Normal View History

2025-12-11 15:38:52 +08:00
{
"presets": [
["babel-preset-env", {
"targets": {
"node": "4"
}
}]
]
}