nx/nx-dev/ui-markdoc/.babelrc
2022-06-30 15:30:38 -04:00

13 lines
158 B
Plaintext

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