huozhi / bunchee

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

feat: allow overrding tsconfig path #489

Closed juliusmarminge closed 6 months ago

juliusmarminge commented 6 months ago

Allows using a custom path for tsconfig during build. Useful if you for example have one tsconfig for editor experience and a different one for build

(ref https://github.com/pingdotgg/uploadthing/tree/main/packages/uploadthing - base tsconfig has path overrides to resolve source code types during dev, but we don't want the built output to use those paths) CleanShot 2024-03-13 at 17 15 13@2x