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

Disregard compilerOptions.noEmit #144

Merged
merged 1 commit into from
Jul 1, 2016

Conversation

danielmoore
Copy link
Contributor

This PR adds compilerOptions.noEmit to the blacklist of tsconfig.json options, as it creates an empty bundle. I think it's reasonable to assume that if someone is using tsify, they clearly intend to emit something. In my case, I add noEmit to my tsconfig.json to dry-run compile the application directly with tsc.

@bengro
Copy link

bengro commented May 20, 2016

Is this related to #141?

@danielmoore
Copy link
Contributor Author

I don't think so - that issue doesn't seem to have anything to do with the noEmit compiler option.

@blakeembrey blakeembrey merged commit 97eaeec into TypeStrong:master Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants