Monorepo containing core modules of Zeichen.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

10 wiersze
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. }