Atm I cant use jodit-angular in a new angular project with a recent node version since the package.json of this lib has a peerDependency to rxjs ^6.6.7. In a fresh angular 14 or 15 app rxjs ~7.5.0 is required.
It would be cool if you could update that or remove the dependency as a whole if it's not really required.