.babelrc 83 B

123456
  1. {
  2. "presets": [],
  3. "plugins": [
  4. "transform-decorators-legacy"
  5. ]
  6. }