mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-06 02:32:04 +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"
|
||
|
]
|
||
|
}
|