mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
a1986e098d
* feat: expose middleware utils * feat: expose middleware utils * Update antiLoop.ts * Update e2e-ci.yml
14 lines
179 B
Text
14 lines
179 B
Text
{
|
|
"extends": "../../.babelrc",
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": 12
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
]
|
|
}
|