Floffah / esbuild-plugin-d.ts

🔌 Build Typescript declarations with ESBuild
http://npm.im/esbuild-plugin-d.ts
MIT License
57 stars 6 forks source link

tsup https://github.com/Floffah/esbuild-plugin-d.ts/pull/11 #12

Closed seanwessmith closed 8 months ago

seanwessmith commented 1 year ago

fixed types issue with tsup by bumping the package version and all other packages in the repo.

unmet peer typescript@^4.1.0: found 5.0.4

https://github.com/Floffah/esbuild-plugin-d.ts/pull/11

HarikalarKutusu commented 10 months ago

Thank you for this! When upgrading my monorepo to ts 5.x today, I had to remove this plugin. And of course, my libraries are not working. Because this is not merged yet, I had to fork it, upfdate it and use pnpm add from my github.

It will be best if it is merged of course.

seanwessmith commented 8 months ago

🎉