pos_bluetooth_thermal_printer/.babelrc

10 lines
111 B
Plaintext
Executable File

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