mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-02 15:10:37 +01:00
ea04ef0a90
* Bump Babel to latest version and update Babel targets * Bump babel to latest version
18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"chrome": "96",
|
|
"node": 16
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties"
|
|
]
|
|
}
|