I have a typescript module that contain multiple classes in multiple .ts file. And I need to use import/export to use the class within another class. The proble
.ts