huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
859 stars 28 forks source link

Missing type generation #513

Closed huozhi closed 3 months ago

huozhi commented 3 months ago

miss generating the correct path of default in types

https://github.com/pingdotgg/uploadthing/actions/runs/8535817783/job/23383015582?pr=741

"./types": {
      "types": "./types/index.d.ts",
      "default": "./types/index.js"
    },