-
Notifications
You must be signed in to change notification settings - Fork 19
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
Dependent typings not resolving in compilation #39
Comments
Actually, it does. If you look in the compiled Edit: This is definitely something on my roadmap to fix ASAP because it's pretty painful. |
Actually, it doesn't. In terms, that it doesn't copy other definitions into the typings folder. |
@dmikov Actually, it does. It's how Typings has worked since I originally wrote it. |
Any updates on this one? Meanwhile, what is the workaround, running typings install on each of the referenced libraries? I can't use |
Yes, I understand. I would like it to work for myself too 😄 Watch out for Typings@0.7, I'm going to try doing a simpler intermediate patch to fix the use-case of native "Typings" libraries. |
Thanks! Right now I'm facing the sitiuation where |
Yeah, I completely understand. I'm in the same boat, and have been for a long time - just didn't have time to properly patch it. I think I just got to it though, so there should be a 0.7 release for next week that patches this. |
If you install |
@dowrow Please create an issue. I have no desire to help someone who just comments on a random thread with complaints but gives no issue and complains about completely unrelated things - whether you use Angular 2 or React is unrelated, I've never even used Angular 2 myself. |
so when I install the typings for this project, I get errors from child typings inside popsicle not resolving.
typings.json
_typings install output_
then when i run
tsc
I get:Shouldn't it resolve those automatically for me?
The text was updated successfully, but these errors were encountered: