You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The
exclude
property does not seem to be working when I provide atsconfig.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.The text was updated successfully, but these errors were encountered: