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

Don't depend on specific TS version #147

Merged
merged 2 commits into from
Jun 18, 2019

Conversation

danielkcz
Copy link
Contributor

@danielkcz danielkcz commented Jun 18, 2019

I've run into the issue where I have TS 3.2 in the workspace where I want to use TSDX compiled module. However, TSDX got installed with 3.5.2 and compiles with that version. There are some breaking changes between those versions.

I could surely use Yarn resolutions to overcome that, but that's hardly a scalable solution. So I propose this change to let the user decide on the TS version.

@jaredpalmer jaredpalmer merged commit 830e104 into jaredpalmer:master Jun 18, 2019
@danielkcz danielkcz deleted the patch-1 branch June 18, 2019 17:28
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.

4 participants