unjs / mkdist

Lightweight file-to-file transpiler.
MIT License
357 stars 25 forks source link

feat: support custom typescript `compilerOptions` #215

Closed danielroe closed 5 months ago

danielroe commented 5 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

This allows customising the TypeScript compiler options that are used when generating declarations with mkdist - necessary to solve issues like https://github.com/nuxt/module-builder/issues/93.

๐Ÿ“ Checklist