Target set to ES6
Internet Explorer 11 not supported any more by power-platform. That was the only browser using ES5.
In tsconfig.json the target is set to ES6. This will result in better tree-shaking and smaller bundle size.
You can change this in your project manual or do it by update command.