grunt-ts
grunt-ts copied to clipboard
Support for Project References
trafficstars
It looks like grunt-ts currently doesn't support the Project References introduced in TS 3.0. Is there work scheduled to make that happen? I'm willing to take a look, i.e basically copy what pass-through does.
Hi - do you need to use the grunt-ts args? Honestly pass through is the right solution for everything now.
but would be glad to take a PR. There is a guide for how to add new switches in the contributing doc
for project build you invoke tsc with --build instead of --project so that requires some changes and some design. I'll take a look this weekend