mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
24b9be0202
* refactor: improve docker image build with strict dependencies and prod build * use master as registry * format
15 lines
165 B
Text
15 lines
165 B
Text
{
|
|
"presets": [ [
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": 14
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"ignore": [
|
|
"**/*.d.ts"
|
|
]
|
|
}
|