vega-frontend-monorepo/libs/ledger/.babelrc

13 lines
156 B
Plaintext
Raw Normal View History

2022-11-04 10:47:39 +00:00
{
"presets": [
[
"@nx/react/babel",
2022-11-04 10:47:39 +00:00
{
"runtime": "automatic",
"useBuiltIns": "usage"
}
]
],
"plugins": []
}