mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-06 13:15:24 +08:00
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "12",
|
|
"esmodules": true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|