rxfire
rxfire copied to clipboard
Support "moduleResolution": "bundler" in tsconfig.json
Angular v18 now uses "moduleResolution": "bundler" (instead of "moduleResolution": "node") in tsconfig.json.
That causes compilation errors in AngularFire, which relies on rxfire.
See https://github.com/angular/angularfire/issues/3541#issuecomment-2139600513 and https://github.com/FirebaseExtended/rxfire/issues/100#issuecomment-2140857573.
Any news on this?
Should be addressed in v6.1