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

perf(config): set skipLibCheck: true if not defined in tsconfig #678

Merged
merged 1 commit into from Dec 18, 2020
Merged

perf(config): set skipLibCheck: true if not defined in tsconfig #678

merged 1 commit into from Dec 18, 2020

Conversation

ahnpnl
Copy link
Collaborator

@ahnpnl ahnpnl commented Dec 18, 2020

Summary

Set skipLibCheck: true if not defined in tsconfig. This will improve slightly performance

Test plan

Updated unit tests, green CI

Does this PR introduce a breaking change?

  • Yes
  • No

By default, skipLibCheck is true if not defined in tsconfig. If one wants to have it as false, one can define it explicitly in tsconfig

Other information

N.A.

BREAKING CHANGE
By default, `skipLibCheck` is `true` if not defined in tsconfig. If one wants to have it as `false`, one can define it explicitly in tsconfig
@ahnpnl ahnpnl marked this pull request as ready for review December 18, 2020 14:01
@ahnpnl ahnpnl merged commit 0df3ce1 into thymikee:master Dec 18, 2020
@ahnpnl ahnpnl deleted the skiplibcheck-default branch December 18, 2020 14:02
@ahnpnl ahnpnl added this to the 9.0.0 milestone Dec 18, 2020
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.

None yet

1 participant