-
Notifications
You must be signed in to change notification settings - Fork 236
tsconfig files to allow directories? #443
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
Comments
We already allow you to exclude specific directories via the |
Awesome. Thank you. |
@billti Actually excluding the typings file drops the whole type checking system in Sublime, so that doesn't work. I just manually included my top level typing files
but I still get all the duplicate messages in my typing files. |
Excluding folders should not turn off type checking system in Sublime. Also, Unfortunately before the wildcard file name pattern was merged, there is no other way to define a project except using either |
Hi,
I am using the Error List function in Sublime.
However, I have no files defined because I find it a bit redundant to register a file every time I created a new file in my project.
So I removed the file option which makes it load all files as standard behaviour.
So the Error list worker process is freaking out about some of the definition files (not maintained by me).
I don't want to see those errors but it happens because of all the files are loaded.
It would help me, if I could add directories with a wildcard to the file section in the tsconfig.
That way I can include the whole view section and components, but exclude the typings folder.
The text was updated successfully, but these errors were encountered: