Zeichen's app for both server and client.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

.babelrc 272 B

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