playground/babel.config.json

7 lines
74 B
JSON

{
"babelrcRoots": ["*"],
"presets": [
"@babel/preset-react"
]
}