.babelrc 173 B

12345678910
  1. {
  2. "plugins": [
  3. ["@babel/plugin-proposal-decorators", {
  4. "legacy": true
  5. }],
  6. ["@babel/plugin-proposal-class-properties", {
  7. "loose": true
  8. }]
  9. ]
  10. }