rbuckton / reflect-metadata

Prototype for a Metadata Reflection API for ECMAScript

Home Page:https://rbuckton.github.io/reflect-metadata

Repository from Github https://github.comrbuckton/reflect-metadataRepository from Github https://github.comrbuckton/reflect-metadata

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!