-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for configuration inheritance #459
Comments
Thanks for posting, I wasn't aware of that. I think/hope that the TypeScript API exports some functions for this. Can you try to create a pull request? Otherwise I'll take a look but that might take a while since I'm currently busy with some other work. |
Unfortunately I'm quite busy as well, and won't have time to look into this any time soon. For the time being I'm fine with simply doing the overriding through the |
We spent a few hours trying to track this down. Once we figured this out, the workaround is not too bad. If it is not easy to add this feature, I have two suggestions of temporary fixes:
|
though it still doesn't support `extends` 😭 ivogabe/gulp-typescript#459
It looks like support for inheritance was added in version 3.2.0. |
Yes, 'extends' is now supported and several bugs of it were fixed in version 3.2.1. |
The new
extends
setting in tsconfig (microsoft/TypeScript#9876) doesn't seem to be supported by gulp-typescript (3.1.3). If I compile through gulp-typescript using a tsconfig that utilizes said setting, it seems to simply behave as if the inherited settings are simply missing and uses the default values instead.The text was updated successfully, but these errors were encountered: