Fix gulp-typescript version#13362
Conversation
|
@ivogabe any ideas what went wrong with the latest? |
|
I thought that it only contained changes related to sourcemaps, but I'll take a look at it. |
|
I think that the old behaviour was wrong and the current behaviour is correct. When a tsconfig file is placed in a subdirectory, gulp-typescript would emit incorrect paths, see ivogabe/gulp-typescript#461. Though this old behaviour seemed to work here. Here's what happens: Previously, the base path would be wrongly set to This can be fixed by using |
Fixes #13335 and #13352