← All recipes
Moderne licensed

Update tsconfig.json target to es2017

Recipe IDorg.openrewrite.angular.migration.update-tsconfig-targetArtifact@openrewrite/recipes-angular

Updates 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-target

If the recipe isn’t available locally, install it with:

mod config recipes npm install @openrewrite/recipes-angular