typescript-go
typescript-go copied to clipboard
Passing --customConditions null it not respected
Steps to reproduce
I don't have a repo, but I can create it if mandatory
Behavior with [email protected]
running tsc --customConditions null overrides the customConditions and sets it to null
Behavior with tsgo
running tsgo --customConditions null does not override customConditions and uses the customConditions from tsconfig.json
I'm not sure if the CLI parser supports nulling out flags yet. Seemingly not.