mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
27 lines
511 B
Plaintext
27 lines
511 B
Plaintext
{
|
|
"presets": [ [
|
|
"@babel/env",
|
|
{
|
|
"useBuiltIns": "usage",
|
|
"corejs": {
|
|
"version": 3, "proposals": true
|
|
},
|
|
"targets": {
|
|
"node": 14
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-dynamic-import-node",
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator"
|
|
],
|
|
"ignore": [
|
|
"**/*.d.ts"
|
|
]
|
|
}
|