Zeichen's app for both server and client.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789
  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. }