Skip to content

Fix tsconfig inheritance in gulpfile -- must do it manually#13451

Merged
1 commit merged into
masterfrom
gulp_tsconfig_inheritance
Jan 12, 2017
Merged

Fix tsconfig inheritance in gulpfile -- must do it manually#13451
1 commit merged into
masterfrom
gulp_tsconfig_inheritance

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jan 12, 2017

Comment thread Gulpfile.ts
if (copy.removeComments === undefined) copy.removeComments = true;
copy.newLine = "lf";
}
else {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preserveConstEnums was in all the tsconfigs, so I presume this is redundant.

Comment thread src/tsconfig-base.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["es5"],
Copy link
Copy Markdown
Author

@ghost ghost Jan 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually do use "dom" and "scripthost" types in sys.ts. Only thought this worked because gulp was ignoring the inheritance.

@ghost ghost merged commit 63333b4 into master Jan 12, 2017
@ghost ghost mentioned this pull request Jan 17, 2017
@mhegazy mhegazy deleted the gulp_tsconfig_inheritance branch November 2, 2017 21:03
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants