datahub/.babelrc
2022-02-16 20:22:40 +01:00

7 lines
88 B
Plaintext

{
"presets": [
["@babel/preset-react", {
"runtime": "automatic"
}]
]
}