telegram-tt/.babelrc
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

19 lines
221 B
Plaintext

{
"presets": [
[
"@babel/typescript"
],
[
"@babel/preset-env"
],
[
"@babel/preset-react"
]
],
"plugins": [
[
"@babel/plugin-proposal-class-properties"
]
]
}