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