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 was getting a "Could not find declaration file for @editorjs/*" message when importing the @editorjs components in tools.component.jsx. I was able to resolve by creating a types.d.ts file with the following:
I was getting a "Could not find declaration file for @editorjs/*" message when importing the @editorjs components in tools.component.jsx. I was able to resolve by creating a types.d.ts file with the following:
declare module "@editorjs/embed"
declare module "@editorjs/list"
declare module "@editorjs/image"
declare module "@editorjs/header"
declare module "@editorjs/quote"
declare module "@editorjs/marker"
declare module "@editorjs/inline-code"
The text was updated successfully, but these errors were encountered: