balitasehat/balitasehat-server/babel.config.json
2025-08-24 01:04:03 +07:00

14 lines
212 B
JSON

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