1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/.babelrc
Juan Picado 24b9be0202
refactor: improve docker image build with strict dependencies and pro… (#2689)
* refactor: improve docker image build with strict dependencies and prod build

* use master as registry

* format
2021-11-20 07:46:35 +01:00

16 lines
165 B
Plaintext

{
"presets": [ [
"@babel/env",
{
"targets": {
"node": 14
}
}
],
"@babel/typescript"
],
"ignore": [
"**/*.d.ts"
]
}