AFFiNE/apps/venus/.babelrc

12 lines
166 B
Plaintext
Raw Normal View History

2022-08-02 19:52:08 +03:00
{
"presets": [
[
"@nrwl/react/babel",
{
"runtime": "automatic"
}
]
],
"plugins": []
}