Skip to content

Conversation

thecjharries
Copy link
Contributor

Addresses #539.

TypeScript defines the project option. The TSConfigReader completely ignores this. In fact, it can erroneously pull a local tsconfig instead of the project file as it searches . if tsconfig is not set.

I changed the priority to check first for a specified tsconfig option, then check for a TS project option, and finally, if nothing else was found, search for a local tsconfig.

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

Successfully merging this pull request may close these issues.

2 participants