TypeStrong / grunt-ts

A grunt task to manage your complete typescript development to production workflow
https://www.npmjs.com/package/grunt-ts
MIT License
329 stars 120 forks source link

Improve docs for --noResolve #256

Open nycdotnet opened 9 years ago

nycdotnet commented 9 years ago

@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.

mhegazy commented 9 years ago

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 .

nycdotnet commented 9 years ago

@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.