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
This line, however, has TypeScript yield the following
Could not find a declaration file for module 'docusaurus-plugin-image-zoom'.
'<redacted>/node_modules/docusaurus-plugin-image-zoom/src/index.js' implicitly has an 'any' type.
I acknowledge that the package is written in plain JS and is therefore not exporting any types, but I believe this is a feature that could reduce bugs, improve the workflow of implementing fixes also enable more contributions.
I would personally consider helping with the transition to TypeScript.
Thanks for your effort and time and great job by the way!!
The text was updated successfully, but these errors were encountered:
I am using this package with TypeScript and Vite.
Vite does not support
require
, so I want to import the module with ESimport
as shown below.This line, however, has TypeScript yield the following
I acknowledge that the package is written in plain JS and is therefore not exporting any types, but I believe this is a feature that could reduce bugs, improve the workflow of implementing fixes also enable more contributions.
I would personally consider helping with the transition to TypeScript.
Thanks for your effort and time and great job by the way!!
The text was updated successfully, but these errors were encountered: