monounity / karma-typescript

Simplifying running unit tests with coverage for Typescript projects.
313 stars 110 forks source link

Exports not define error on latest typescript version #622

Closed denys119 closed 5 months ago

denys119 commented 7 months ago

It appears that when attempting to incorporate the latest TypeScript version ^5.3.3, Karma is no longer functioning.

The error is as follows: image

The last known functional version was 5.2.2.

Here is a reproduction app vanillats.zip

Node Version: 18.17.1