Mobx [recommends](https://mobx.js.org/enabling-decorators.html) using [es decorators](https://github.com/tc39/proposal-decorators) instead of experimental ts decorators. SWC must support es decorators before this can be done. PR in SWC here https://github.com/swc-project/swc/pull/10725