{
    "presets": ["@babel/env", "@babel/react"], 
    "plugins": [
        ["@babel/transform-react-jsx", {"pragma": "h"}]
    ]
}