mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 18:07:13 +01:00
17 lines
223 B
Plaintext
17 lines
223 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"chrome": "122",
|
|
"node": "20.9.0"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-class-properties"
|
|
]
|
|
}
|