Hello everyone,
I'm currently trying to migrate the Angular Version from 12 to 15.
At the moment I am at Angular 15 but got some trouble running my application even tho I followed the migration guides closely.
The App works for newer Browser but throws Syntax Errors if used with Firefox 42.
I've already setup the es5 support in the Version 12 Migration but for the current Migration (15) the Angular CLI forces the target to be "ES2022".
I know that this is Deprecated and not suggested but I need to be able to run the application in this specific Browser.
How do I force the CLI to use es5?
Thanks in advance
Leku