retropilot-server/.babelrc.json

14 lines
163 B
JSON
Raw Normal View History

2022-03-21 07:13:22 -06:00
{
"sourceMaps": "inline",
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}