Forked from
websites / monnaie-libre-fr
1545 commits behind the upstream repository.
-
Emmanuel Salomon authoredEmmanuel Salomon authored
.babelrc 250 B
{
"env": {
"test": {
"plugins": [
[
"module-resolver",
{
"root": ["."],
"alias": {
"@": ".",
"~": "."
}
}
]
]
}
}
}