telegram-tt/.babelrc

19 lines
321 B
Plaintext
Raw Permalink 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",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-syntax-nullish-coalescing-operator"
2021-04-09 12:29:59 +02:00
]
}