Improve compatibility with TypeScript 4.x #345
Labels
feature
Label for feature requests
package: shared/common
Label for issues affecting the shared/common package.
Is your feature request related to a problem? Please describe.
Due to the usage of type modifiers on import names, the package can't be compiled as a dependency on projects using TypeScript <4.5.
Describe the solution you'd like
Remove the usage of type modifiers on import names to improve backwards compatibility with early versions of TypeScript.
Describe alternatives you've considered
The obvious solution would be upgrading the TypeScript version in the consumer, but this is not always easy (it's not in our case). More info here.
The text was updated successfully, but these errors were encountered: