-
Notifications
You must be signed in to change notification settings - Fork 123
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
support for project references? #239
Comments
Did you try to run with |
https://github.com/TypeStrong/ts-node#help-my-types-are-missing
So I tried
I'm gathering that there's an important difference - incremental api even applicable within a single project, whereas |
Does running with |
I don't think so. I guess I'm just looking for clarification on what can be expected to work these days. Perhaps there's a flag that you or others are yourselves using successfully that I'm missing. Or you perhaps have a nuanced understanding of why this can't work, or an outline of particularly what change in ts-node or tsc's api would have to happen before this usecase can be supported. |
I even didn't see how your errors look like. |
The errors are the same as when I (incorrectly) try
|
I'm not sure why tsc can not see this package types |
Do you mean that you expect this to work, and that it might just be something configured incorrectly with my project? Or are you saying that you don't know why |
There is something with your project configuration I believe. You may try to make a simple repro example. |
For those facing the same problem, this is primarily related to
|
Issue description
On the latest ts-node-dev, it seems to behave akin to
tsc --watch -p .
because I get errors about project reference imported modules not being found. Is there a way to have it operate akin totsc --build --watch
instead so that project references are supported? I don't see any mention of it in the docs or issues. Thanks!Context
OS version (is it docker or host?), ts-node-dev version
Windows 10, tsnd 1.1.1
The text was updated successfully, but these errors were encountered: