mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
daceb6d87e
* chore: restore minimatch and legacy support to be used on 5.x versions * Update package.json * Create old-turkeys-heal.md
19 lines
300 B
Plaintext
19 lines
300 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": 12
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"ignore": ["**/*.d.ts"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator"
|
|
]
|
|
}
|