KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

Fix typescript output, make build and dev faster by using esbuild/vitest #89

Open jonluca opened 1 year ago

jonluca commented 1 year ago

Summary

The typescript output was actually just es code output, not types. This fixes it so that the output is the actual declarations.

Key Changes

Re-creates #77 with only one commit