Avatar

Employee
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": {
          "node": "current"
        }
      }
    ]
  ],
  "plugins": ["@babel/plugin-transform-react-jsx"]
}

If stock .babelrc then after adding the file contents would look like this ^