-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
typeRoots not supported #153
Labels
question
Support requests. We tend not to answer these on Github. Nowadays I convert to Discussion instead.
Comments
TypeScript 2.0 is still in beta, so it's hard to know. I believe support was probably added with 240d4b9 but if you can confirm that would help. |
blakeembrey
added
the
question
Support requests. We tend not to answer these on Github. Nowadays I convert to Discussion instead.
label
Jul 21, 2016
@blakeembrey just tested and it does work, cheers! |
This doesn't work for me.
|
Try with a capital R. When in doubt, please try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
question
Support requests. We tend not to answer these on Github. Nowadays I convert to Discussion instead.
Heya, I'm using
ts-node
withprotractor
to run some TS tests and wanted to try out the new@types/*
repos for typings.My
tsconfig.json
has"typeRoots": [ "../node_modules/@types" ]
and that seems to work with the local projecttsc
, but not withts-node
.Does
ts-node
at the moment supporttypeRoots
?The text was updated successfully, but these errors were encountered: