Why when creating an Ionic Angular project with Capacitor, the angular.json file is not created?

I created a new project ionic start "Super App" sidemenu --capacitor --type=ionic-angular and went to configure the types and environments, but as there was no angular.json, I copied it from another project, changing the necessary one.

This is confusing, because when creating with Cordova it is present.

Is there a compelling reason you’re using type ionic-angular and not angular?

Makes sense.

I just copied the example from the documentation, without reading the other options, thinking that the ionic-angular angle was the type I wanted.