Skip to content
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

Remove noEmit option from tsconfig.json in TypeScript project skeleton #11136

Closed
wants to merge 1 commit into from

Conversation

chris-tse
Copy link

Addresses #11135

Remove the noEmit option due to conflicts with the incremental option.

Remove the `noEmit` option due to conflicts with the `incremental` option.
@CLAassistant
Copy link

CLAassistant commented Aug 2, 2020

CLA assistant check
All committers have signed the CLA.

@chris-tse chris-tse changed the title Remove noEmit option Remove noEmit option from tsconfig.json in TypeScript project skeleton Aug 2, 2020
@hexsprite
Copy link
Contributor

Should note that this combination will be allowed with TypeScript 4.0 which is in beta now.

https://devblogs.microsoft.com/typescript/announcing-typescript-4-0-beta/#noemit-and-incremental

@chris-tse
Copy link
Author

Oh that's good to know. I'll leave this here in case the team wants to add it in before the 4.0 release. Otherwise, feel free to close the issue and PR!

@radekmie
Copy link
Collaborator

There’s already a PR for updating TypeScript: meteor/babel#33.

@afrokick
Copy link
Contributor

lets close it because the next version of meteor-babel will contain TS 4+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants