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

fix: allow higher versions of typescript to be used #965

Closed
wants to merge 1 commit into from
Closed

fix: allow higher versions of typescript to be used #965

wants to merge 1 commit into from

Conversation

birkir
Copy link

@birkir birkir commented Feb 4, 2019

This is a real problem.

If I installed a different version of typescript in a project, this package will overwrite the ./node_modules/.bin/tsc with typedoc's typescript version.

I'm even thinking if this should be a dependency at all, just a peerDependency.

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Feb 4, 2019

This is not feasible for TypeDoc right now since it relies on internal APIs and can break even with a minor release. See #880

@birkir
Copy link
Author

birkir commented Feb 5, 2019

okay sure thing! there must be some solution to not let typedoc's dependency overwrite the tsc bin.

@Gerrit0 Gerrit0 closed this Feb 26, 2019
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