TelegramPWA/.babelrc
2022-11-02 13:25:37 +01:00

20 lines
381 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",
"@babel/plugin-proposal-logical-assignment-operators",
]
}