vega-frontend-monorepo/apps/multisig-signer/.babelrc

12 lines
124 B
Plaintext
Raw Normal View History

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