Monorepo containing core modules of Zeichen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
272 B

  1. {
  2. "presets": ["next/babel"],
  3. "plugins": [
  4. "babel-plugin-transform-typescript-metadata",
  5. ["@babel/plugin-proposal-decorators", { "legacy": true }],
  6. ["@babel/plugin-proposal-class-properties", { "loose": true }],
  7. "babel-plugin-parameter-decorator"
  8. ]
  9. }