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

When targeting an earlier version of TS (<0.9.5) redirect 'outDir' value to 'out'.

Open macrosblackd opened this issue 11 years ago • 2 comments

The parameter 'outDir' wasn't added until 0.9.5. If possible, could we redirect the 'outDir' argument to 'out' in cases where tsc version is < 0.9.5?

macrosblackd avatar Mar 20 '14 14:03 macrosblackd

tsc < 0.9.5 is an alpha version, why not upgrade?

jeffmay avatar Mar 20 '14 15:03 jeffmay

Politics :/

On 3/20/14, Jeff May [email protected] wrote:

tsc < 0.9.5 is an alpha version, why not upgrade?


Reply to this email directly or view it on GitHub: https://github.com/grunt-ts/grunt-ts/issues/90#issuecomment-38179794

macrosblackd avatar Mar 20 '14 15:03 macrosblackd