quality_frontend/platform/example/.babelrc

14 lines
149 B
Plaintext

{
"presets": [
"@babel/preset-env"
],
"plugins": [
[
"@babel/plugin-proposal-decorators",
{ "legacy": true }
]
]
}