All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.console-fe..babelrc Maven / Gradle / Ivy

The newest version!
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "useBuiltIns": "entry"
      }
    ],
    "@babel/preset-typescript",
    "react-app"
  ],
  "plugins": [
    [
      "@babel/plugin-proposal-decorators",
      {
        "legacy": true
      }
    ]
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy