mkdist
mkdist copied to clipboard
Respect tsconfig.json#compilerOptions
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
- [X] Would you be willing to help implement this feature?