mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
19 lines
321 B
Plaintext
19 lines
321 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/typescript"
|
|
],
|
|
[
|
|
"@babel/preset-env"
|
|
],
|
|
[
|
|
"@babel/preset-react"
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator"
|
|
]
|
|
}
|