kubsu-platform-crud-2023/apps/frontend/.babelrc

12 lines
124 B

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