unjs / mkdist

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

fix(dts): use `ts.convertCompilerOptionsFromJson` to normalise #224

Closed danielroe closed 3 months ago

danielroe commented 3 months ago

https://github.com/nuxt/module-builder/issues/297 https://github.com/nuxt/module-builder/issues/299

Previously we were rather naively normalising tsconfig options but we do have the ability to do that from ts itself.