Zeichen's app for both server and client.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

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