Skip to content
Snippets Groups Projects
babel.config.json 101 B
{
    "presets": [
        "@babel/react"
    ],
    "sourceMap": "inline",
    "retainLines": true
}