13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "16"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|