Files
component-party/.babelrc
2022-11-09 02:11:46 +00:00

6 lines
101 B
Plaintext

{
"plugins": [
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }]
]
}