I'm working in a nrwl/nx monorepo. My applications are having a custom configuration in angular.json. For example the output path were customized. Now i want to write my own schematic, which will configure my project.
My problem is, I don't know how to write a schematic which can change properties in angular.json. I need help.
Best wishes.