remirror/remirror

View on GitHub
.swcrc

Summary

Maintainability
Test Coverage
{
  "jsc": {
    "parser": {
      "syntax": "typescript",
      "jsx": true,
      "decorators": true,
      "decoratorsBeforeExport": true
    },
    "transform": {
      "legacyDecorator": true
    },
    "target": "es2020"
  }
}