-
Notifications
You must be signed in to change notification settings - Fork 203
exclude in tsconfig.json doesn't work #593
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
IGNORE. I WAS CONFUSED AND THOUGHT IT WAS ABOUT #377 For historical reasons: Up for grabs Implementor guidanceSource code needs to go here : tsconfig.ts For guidance one can use the work done here. Basically add the excludes to the pseudo filesGlob. |
The error isn't affected by excluding the file. |
Also, there could be an option to suppress the error. Currently, there is no way to get rid of it other than adding every .ts file to the project. "Helpful" features like this that are implemented in an unintelligent way are quite annoying. |
Sorry I thought you meant : #377 On second read this is a duplicate of : #558 @slikts the fact is that we don't support lose .ts files, i.e. files that don't have a tsconfig.json associated. So the error could be replaced with another but it would still be an error. Feel free to continue the discussion here : #558 🌹 |
My files still get compiled even if excluded 😞 |
@Zorgatone if you are using the You can use |
Adding a directory to the exclude section in tsconfig.json doesn't stop atom-typescript from generating errors about .ts files not being included in the compilation context. The files are supposed to be excluded, so the errors are incorrect.
The text was updated successfully, but these errors were encountered: