I'm not sure if this issue is more relating to my own application setup or not but for some reason when I install this package, I cannot import it as it says CAnnot find module 'mock-typeorm' or its corresponding type declarations,
If I copy your /types/index.d.ts into the esm and cjs directories and update the include path to point to ../types/mock-typeorm.d.ts file, everything starts to work.
Does this happen to you if you try to install the package on a fresh project?
Expected Result
Type definition files should be loaded properly for the package for intellisense support and allowing use of import calls
Issue Description
I'm not sure if this issue is more relating to my own application setup or not but for some reason when I install this package, I cannot import it as it says
CAnnot find module 'mock-typeorm' or its corresponding type declarations
,If I copy your
/types/index.d.ts
into the esm and cjs directories and update the include path to point to../types/mock-typeorm.d.ts
file, everything starts to work.Does this happen to you if you try to install the package on a fresh project?
Expected Result
import
calls