I try to compile few ts classes to single js file and use it as js lib in browser. Right now I faced the problem that if I have
ClassA{ someField: ClassB; }