grunt-ts icon indicating copy to clipboard operation
grunt-ts copied to clipboard

Support for Project References

Open paulvanbrenk opened this issue 6 years ago • 3 comments
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.

paulvanbrenk avatar Sep 30 '19 18:09 paulvanbrenk

Hi - do you need to use the grunt-ts args? Honestly pass through is the right solution for everything now.

nycdotnet avatar Sep 30 '19 22:09 nycdotnet

but would be glad to take a PR. There is a guide for how to add new switches in the contributing doc

nycdotnet avatar Sep 30 '19 23:09 nycdotnet

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

paulvanbrenk avatar Oct 01 '19 13:10 paulvanbrenk