gustavopch / tsc-files

A tiny tool to run `tsc` on specific files without ignoring tsconfig.json
MIT License
234 stars 49 forks source link

Integrate with vue-tsc? Can we get a way to specify a command to use instead of the default tsc? #25

Open mehcode opened 2 years ago

mehcode commented 2 years ago

Ideally I'd like to call this like

tsc-files --tsc vue-tsc ...
gustavopch commented 2 years ago

As I don't use Vue, I can't work on this. I'd recommend you to fork (or patch with https://npm.im/patch-package) tsc-files, add that option and try using it for a while. If it works without requiring many changes (as this tool aims to be a tiny wrapper only), then we can consider integrating the change back to this repo.