2
0
mirror of https://github.com/lowdefy/lowdefy.git synced 2025-02-05 13:59:56 +08:00
lowdefy/packages/color/.babelrc
2020-10-05 16:54:32 +02:00

14 lines
161 B
Plaintext

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