How to import (using absolute paths import feature of typescript) an module which use reflect-metadata?
vincentpham13 opened this issue · comments
Currently I got an error when using TypeORM module (it needs reflect-metadata for decorators), the data access logic was implemented in module A, now in module B I import module A and got an error when executing, when I execute the code from module A directly, it does have any problem.
Thanks in advanced!