-
Notifications
You must be signed in to change notification settings - Fork 50
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
set "include" tsc config option to empty string to prevent normal include settings from applying #5
Comments
@sjungwirth I'm not sure if I understand the issue. Are you afraid that |
in https://github.com/gustavopch/tsc-files/blob/master/lib/index.js#L22-L32 where the existing config is loaded, if the |
@sjungwirth Got it. Thanks for the detailed explanation. I found this article saying that:
So we should probably make sure we always omit the |
If I understand correctly, this means that
|
@IPWright83 I just tested here. Yes, all files in |
@gustavopch thanks for merging quickly. |
my project has a tsconfig w/ an
include
option specified, but it seems the intent of this project is only to test specific files.overwriting any
include
option in the base tsconfig will prevent unintended checking of other files.The text was updated successfully, but these errors were encountered: