When I use the following code in an index.ts-file, everything works fine:
class A { constructor(public t1: T) {} } class B ex