typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

Passing --customConditions null it not respected

Open Nasseratic opened this issue 2 months ago • 1 comments

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

Nasseratic avatar Oct 10 '25 07:10 Nasseratic

I'm not sure if the CLI parser supports nulling out flags yet. Seemingly not.

jakebailey avatar Oct 10 '25 14:10 jakebailey