-
Notifications
You must be signed in to change notification settings - Fork 71
use local TS from node_modules
?
#27
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
Comments
I think it does that by default? Plugin does If you have a different name for typescript though... |
I think it always loads the version you have specified in package.json of
your project, i.e latest minor at 2.x
…On Fri, 4 Aug 2017 at 23:15, Eugene Zolenko ***@***.***> wrote:
I think it does that by default? Plugin does import "typescript". If you
set verbosity to high enough level (2 or 3), it will print typescript
version it picked up, if you have different local and global versions, you
should be able to see which one is used.
If you have a different name for typescript though...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAh0fO4TreptxpBzUxImu544ondMO0d1ks5sU3vegaJpZM4Ot7Tt>
.
|
Fixes issue ezolenko#27.
Ok, I added |
Seems to work. Thanks! |
node_modules
node_modules
node_modules
?
Is it somehow possible to use project-local
typescript
?The text was updated successfully, but these errors were encountered: