Revision 438d4c09e266177e66f53e104135616d3a3192fc authored by Boris Sekachev on 22 February 2024, 19:26:06 UTC, committed by Boris Sekachev on 22 February 2024, 19:26:06 UTC
1 parent 080b84f
Raw File
babel.config.json
{
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "current"
          }
        }
      ],
      "@babel/preset-typescript"
    ],
    "plugins": [
        "babel-plugin-transform-import-meta"
    ]
}
back to top