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

ts-node-dev does not pass --files option to ts-node which drops local typings #25

Closed
dannycochran opened this issue Jul 20, 2018 · 1 comment

Comments

@dannycochran
Copy link

ts-node requires passing --files or setting the env variable TS_NODE_FILES in order to respect typings from typeRoots, as of ts-node@7.0.0.

TypeStrong/ts-node#625 (comment)

The current workaround for this is to set that env variable because the --files flag is not respected.

aimed added a commit to aimed/frosty that referenced this issue Jul 31, 2018
@wclr
Copy link
Owner

wclr commented Nov 17, 2018

I believe it should work already.

@wclr wclr closed this as completed Nov 17, 2018
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

No branches or pull requests

2 participants