mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-11 13:20:19 +01:00
331f65ec26
* Remove the bulma-pro and videojs-abloop dependencies * Remove typescript * Remove the jest development dependency
17 lines
208 B
Plaintext
17 lines
208 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"chrome": "96",
|
|
"node": 16
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties"
|
|
]
|
|
}
|