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
And it seems to be case-sensitive on Windows. Thus, I have class files like "MyClass.ts" compiled by tsc to myclass.js which breaks the file exclusion. This makes me have to resort to using "**/*.js": true, which is not ideal, but works for now.
The text was updated successfully, but these errors were encountered:
I have the following config:
And it seems to be case-sensitive on Windows. Thus, I have class files like "MyClass.ts" compiled by
tsc
tomyclass.js
which breaks the file exclusion. This makes me have to resort to using"**/*.js": true
, which is not ideal, but works for now.The text was updated successfully, but these errors were encountered: