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

Override noEmit option for typescript compatibility #261

Merged
merged 1 commit into from
Jan 31, 2019
Merged

Conversation

guybedford
Copy link
Contributor

Given the clarification in #239 (comment) the problematic case is simply when tsconfig.json contains noEmit: true, and we don't want this configuration option to apply.

The fix really is this simple then.

@codecov-io
Copy link

Codecov Report

Merging #261 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #261   +/-   ##
=======================================
  Coverage   74.26%   74.26%           
=======================================
  Files          17       17           
  Lines         882      882           
=======================================
  Hits          655      655           
  Misses        227      227
Impacted Files Coverage Δ
src/index.js 69.01% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e121cd4...d703609. Read the comment docs.

@rauchg rauchg merged commit 51f6ae8 into master Jan 31, 2019
@rauchg rauchg deleted the no-emit branch January 31, 2019 17:16
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