FreeTube/.babelrc
absidue 331f65ec26
Remove unused dependencies (#2278)
* Remove the bulma-pro and videojs-abloop dependencies

* Remove typescript

* Remove the jest development dependency
2022-05-31 16:15:44 -04:00

17 lines
208 B
Plaintext

{
"presets": [
[
"@babel/env",
{
"targets": {
"chrome": "96",
"node": 16
}
}
]
],
"plugins": [
"@babel/proposal-class-properties"
]
}