Steve Ognibene
Steve Ognibene
@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...
I can implement this if others are in agreement. I don't know enough about why .baseDir.ts is required to know if this is a good idea or not.
Thanks for reporting. Works with old Grunt but seems broken with 1.0.1. Will investigate further. I don't know if it's possible for you, but if you go back to Grunt...
This may be a breaking change in 1.x Grunt - I'm going to ask the folks at the Grunt repo. You identified the correct issue. The good news is that...
@gustavderdrache Thanks for the report - I think that the fix will be simply escaping the `` chars in your templates as specified above if you're using Grunt >= 1.0....
Sorry I have not been able to identify a solution.
You did the right thing - sorry I have been so busy that I haven't had the time to respond. I will try to get to it tonight.
Thanks for the report. The feature *is* intended to allow tsconfig files to work within IDEs and with tsc -p, as you said. If you’re not seeing that, then there...
This will be added to grunt-ts vNext as soon as I get the chance to implement it. Thank you for the report.
It's possible to pass any arguments you wish to `tsc` with grunt-ts. Please see the documentation for the `additionalFlags` feature here: https://github.com/TypeStrong/grunt-ts#additionalflags Native support for TypeScript flags are generally added...