17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"esmodules": true
|
|
},
|
|
"shippedProposals": true,
|
|
"bugfixes": true
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }]
|
|
]
|
|
}
|