When importing the library the TS says it cannot be resolved. However, the tests are run as expected.
The error message I see is:
Unable to resolve path to module '@esm-bundle/chai'. eslint(import/no-unresolved)

I am not sure why is this happening. Possibly it's a wrong path to the d.ts file?
When importing the library the TS says it cannot be resolved. However, the tests are run as expected.
The error message I see is:
I am not sure why is this happening. Possibly it's a wrong path to the d.ts file?