After creating a new module 'A', I attempted to import it in another module named 'B'. However, during compilation, I encountered the following error:
Error TS1192: Module '" A.module"' has no default export
I would appreciate any assistance on resolving this issue. Thank you.