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
Fixes#3 by converting the project over to TypeScript and publishing index.d.ts alongside the generated index.js file, which TypeScript should automatically resolve.
Thanks @LeoDanielsson. I've cleaned up the package a bit, converted it to TypeScript, and now dual-publish ESM and CJS along with types for each. Try out the latest 0.3.0 version and let me know if you hit any issues.
This package lacks TypeScript definitions, which is a problem for projects with typed build configuration, such as Vite.
The text was updated successfully, but these errors were encountered: