6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
{
|
|
"presets": [['@babel/preset-env', { "targets": { "esmodules": true } }]],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }]
|
|
]
|
|
} |