Can support es module? in angular14 should be warnning: `depends on 'rfdc'. CommonJS or AMD dependencies can cause optimization bailouts.` ```ts import rfdc from 'rfdc'; return rfdc(options)<T>(obj) ``` How to avoid this warning?