mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-11 05:10:24 +01:00
17 lines
216 B
Plaintext
17 lines
216 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"chrome": "104",
|
|
"node": "16.15.0"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties"
|
|
]
|
|
}
|