glint icon indicating copy to clipboard operation
glint copied to clipboard

add ability to run `glint --build` specifying a `--project` like tsc

Open hmajoros opened this issue 2 years ago • 1 comments
trafficstars

tsc allows you to run tsc --build custom-tsconfig.json, to essentially use the --project flag & tsc --build flag simultaneously.

should glint --build also support this functionality? I am assuming yes after speaking with @chriskrycho, but I understand the yargs story with defaults is... complicated

hmajoros avatar Dec 07 '22 00:12 hmajoros

It would definitely be convenient, but/and yargs does not supply a good interface for it.

chriskrycho avatar Dec 07 '22 04:12 chriskrycho