telegram-tt/.babelrc

19 lines
221 B
Plaintext
Raw Normal View History

2021-04-09 12:29:59 +02:00
{
"presets": [
[
"@babel/typescript"
],
[
"@babel/preset-env"
],
[
"@babel/preset-react"
]
],
"plugins": [
[
"@babel/plugin-proposal-class-properties"
]
]
}