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
[X] Would you be willing to help implement this feature?
Describe the feature
Currently, mkdist doesn't resolve
compilerOptions
fromtsconfig.json
but instead only receives it as an option. It'd be great to support readingcompilerOptions
automatically fromtsconfig.json
, likely by utilizing tsconfckAdditional information