sbt-idp/cope2n-fe/.babelrc

9 lines
118 B
Plaintext
Raw Permalink Normal View History

2023-11-30 11:19:06 +00:00
{
"plugins": [
"macros",
"@babel/plugin-syntax-jsx"
],
"presets": [
"@babel/preset-typescript"
]
}