Skip to content
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

Should respect source settings in tsconfig #29

Closed
pourquoi42 opened this issue Sep 2, 2016 · 1 comment
Closed

Should respect source settings in tsconfig #29

pourquoi42 opened this issue Sep 2, 2016 · 1 comment

Comments

@pourquoi42
Copy link

Hi,

I would love to use this great tool but have a serious issue. "organize imports" imports hundreds of duplicate entries. Reason is that I am using a history plugin that makes copies of a file after each modification. Apparently, the toolbox does not respect the excludes that I made in .tsconfig and instead searches all my project folder for possible exports.

In any case, I think the sources settings in tsconfig must be obeyed, because I may intentionally keep some ts files somewhere in the project structure and do not want them to be active.

@cybertim
Copy link
Owner

should be fixed in v0.4.0 (by ignoring hidden directories like .history)

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

2 participants