You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
callsThe text was updated successfully, but these errors were encountered: