unjs / mkdist

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

Respect tsconfig.json#compilerOptions #220

Open XiNiHa opened 4 months ago

XiNiHa commented 4 months ago

Describe the feature

Currently, mkdist doesn't resolve compilerOptions from tsconfig.json but instead only receives it as an option. It'd be great to support reading compilerOptions automatically from tsconfig.json, likely by utilizing tsconfck

Additional information