options.json 185 B

12345678910
  1. {
  2. "plugins": [
  3. "external-helpers",
  4. "transform-function-name",
  5. "transform-modules-commonjs",
  6. "transform-classes",
  7. ["proposal-decorators", { "legacy": true }]
  8. ]
  9. }