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 get this error: Typescript error: There are types at 'node_modules/@codedread/bitjs/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@codedread/bitjs' library may need to update its package.json or typings
The error goes away if I find package.json in node_modules/@coderead and replace:
I have not done a serious amount of research on this yet, but can you clarify if your project is using CJS or ESM-type modules? It would be helpful to provide a link to a minimal project where this does not work properly (package.json, tsconfig.json and one file that tries to use @codedread/bitjs
Hi.
I get this error:
Typescript error: There are types at 'node_modules/@codedread/bitjs/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@codedread/bitjs' library may need to update its package.json or typings
The error goes away if I find
package.json
innode_modules/@coderead
and replace:with
The text was updated successfully, but these errors were encountered: