Update tsconfig.json target to es2017
Recipe ID
org.openrewrite.angular.migration.update-tsconfig-targetArtifact@openrewrite/recipes-angularUpdates the compilerOptions.target in tsconfig.json from es5, es2015, or es2016 to es2017. Angular 13 dropped IE11 support and requires at least ES2017.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.angular.migration.update-tsconfig-targetIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angular