Skip to content

Exclude files to be type checked when transpiling in the browser #142

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

Closed
lastmjs opened this issue Jun 30, 2016 · 4 comments
Closed

Exclude files to be type checked when transpiling in the browser #142

lastmjs opened this issue Jun 30, 2016 · 4 comments

Comments

@lastmjs
Copy link

lastmjs commented Jun 30, 2016

The exclude property does not seem to be working when I provide a tsconfig.json file for transpiling in the browser. I can't seem to find information on how to exclude certain files from being type-checked in the browser.

@aluanhaddad
Copy link
Contributor

Exclude isn't for excluding files from type checking it's for excluding them from compilation.

@lastmjs
Copy link
Author

lastmjs commented Jul 1, 2016

I see...is there a way to exclude files from being type-checked?

@aluanhaddad
Copy link
Contributor

I don't believe so but #96 is very relevant here as it would allow for this as well as other functionality.

@frankwallis
Copy link
Owner

This is not currently possible, but yes #96 would enable you to turn on/off type-checking for specific packages. If you are interested in this feature then please add a comment to that thread outlining your use-case, thanks.

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

No branches or pull requests

3 participants