Skip to content
Snippets Groups Projects
Forked from websites / monnaie-libre-fr
1545 commits behind the upstream repository.
.babelrc 250 B
{
  "env": {
    "test": {
      "plugins": [
        [
          "module-resolver",
          {
            "root": ["."],
            "alias": {
              "@": ".",
              "~": "."
            }
          }
        ]
      ]
    }
  }
}