0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/utils/.babelrc

15 lines
179 B
Text
Raw Permalink Normal View History

2020-03-03 17:59:19 -05:00
{
"extends": "../../.babelrc",
"presets": [
[
"@babel/env",
{
"targets": {
"node": 12
}
}
],
"@babel/typescript"
]
2020-03-03 17:59:19 -05:00
}