telegram-tt/.babelrc

19 lines
221 B
Plaintext
Raw Normal View History

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