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

Options refactor #96

Merged
merged 2 commits into from
Jan 30, 2017
Merged

Options refactor #96

merged 2 commits into from
Jan 30, 2017

Conversation

dgoldstein0
Copy link
Contributor

refactor the juggling of settings from tsconfig.json and options from the input options so that the full compilerOptions in the tsconfig get passed to the created compilerHost object. This should prevent bugs like #90 and #92 - of which there are probably several similar ones lurking from all the params we don't propagate at the moment.

I've stripped jsx and rootDir from options because they were new since the last release; the other params I've tried to keep behaving as before.

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