mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-05 02:01:59 +01:00
19 lines
275 B
Plaintext
19 lines
275 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"chrome": "73",
|
|
"node": 12
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread"
|
|
]
|
|
}
|