options.json 185 B

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