sbt-idp/cope2n-fe/.babelrc
2023-11-30 18:19:06 +07:00

9 lines
118 B
Plaintext

{
"plugins": [
"macros",
"@babel/plugin-syntax-jsx"
],
"presets": [
"@babel/preset-typescript"
]
}