## Is your feature request related to a problem? Please describe. The `@ui5/middleware-code-coverage` currently does not work within TypeScript based projects, e.g. created via [easy-ui5](https://github.com/SAP/generator-easy-ui5/) generators [ts-app](https://github.com/ui5-community/generator-ui5-ts-app) / [ts-library](https://github.com/ui5-community/generator-ui5-ts-library). ## Describe the solution you'd like The client-side coverage feature should also be supported for TypeScript based projects. ## Describe alternatives you've considered Coverage for TypeScript sources can currently only be measured within a test-runner setup, e.g. Karma (needs [karma-ui5-transpile](https://github.com/ui5-community/ui5-ecosystem-showcase/tree/main/packages/karma-ui5-transpile).