mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-27 04:45:08 +01:00
19 lines
221 B
Plaintext
19 lines
221 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/typescript"
|
||
|
],
|
||
|
[
|
||
|
"@babel/preset-env"
|
||
|
],
|
||
|
[
|
||
|
"@babel/preset-react"
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@babel/plugin-proposal-class-properties"
|
||
|
]
|
||
|
]
|
||
|
}
|