vega-frontend-monorepo/apps/governance/.babelrc
2023-07-04 13:01:25 +02:00

12 lines
124 B
Plaintext

{
"presets": [
[
"@nx/react/babel",
{
"runtime": "automatic"
}
]
],
"plugins": []
}