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

12 lines
126 B
Plaintext
Raw Normal View History

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