mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-05 13:59:56 +08:00
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "10",
|
|
"esmodules": true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|