17 lines
223 B
Text
17 lines
223 B
Text
|
|
{
|
||
|
|
"presets": [
|
||
|
|
[
|
||
|
|
"@babel/env",
|
||
|
|
{
|
||
|
|
"targets": {
|
||
|
|
"chrome": "130",
|
||
|
|
"node": "20.9.0"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"plugins": [
|
||
|
|
"@babel/plugin-transform-class-properties"
|
||
|
|
]
|
||
|
|
}
|