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
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
error TS7016: Could not find a declaration file for module '@matrix-org/matrix-wysiwyg'. '<redacted>/node_modules/@matrix-org/matrix-wysiwyg/dist/matrix-wysiwyg.js' implicitly has an 'any' type.
There are types at '<redacted>/node_modules/@matrix-org/matrix-wysiwyg/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@matrix-org/matrix-wysiwyg' library may need to update its package.json or typings.
Steps to reproduce
Import the package in an esm module project with these compilerOptions (these are somewhat vitejs as an origin):
Problem
TSC spits out this error for any import:
Steps to reproduce
Import the package in an esm module project with these compilerOptions (these are somewhat vitejs as an origin):
The text was updated successfully, but these errors were encountered: