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

Improve docs for --noResolve

Open nycdotnet opened this issue 10 years ago • 2 comments
trafficstars

@mhegazy identified what this does here and apparently it's not deprecated, just not well-documented: https://github.com/Microsoft/TypeScript/issues/2932#issuecomment-96791438

will stop resolving /// references and will not propagate them to output.

nycdotnet avatar Jun 05 '15 13:06 nycdotnet

All compiler options are documented in this page: https://github.com/Microsoft/TypeScript/wiki/Compiler%20Options

I do no think there is much to say about --noResolve other than that:) feel free to send PRs to update documentation .

mhegazy avatar Jun 05 '15 22:06 mhegazy

@mhegazy Forgive me - I should have said "wasn't previously well documented" - that new page is great but I don't think it existed yet when I revised the grunt-ts docs several months ago. Thanks for taking the effort. While I do try to stay up to date by following the threads, I love the wiki and it's awesome that the team has done such a great job keeping it up to date, particularly for things that are still in flux.

nycdotnet avatar Jun 07 '15 01:06 nycdotnet