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
When building the package the declaration file dist/index.d.mts is created. However package.json states "typings": "dist/index.d.ts" (code). Because of this mismatch (.mts vs .ts) TypeScript fails to find the type information and gives the error Cannot find module 'react-image-turntable' or its corresponding type declarations.
The text was updated successfully, but these errors were encountered:
When building the package the declaration file
dist/index.d.mts
is created. Howeverpackage.json
states"typings": "dist/index.d.ts"
(code). Because of this mismatch (.mts
vs.ts
) TypeScript fails to find the type information and gives the errorCannot find module 'react-image-turntable' or its corresponding type declarations
.The text was updated successfully, but these errors were encountered: