Unfortunately it seems that a group of apps is using legacy decorators in babelrc for integration with older mobx applications. We can add support for this through the experimentalDecorators flag in tsconfig/jsconfig as per @kdy1 that flag is the same as legacy decorators.