-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 7.0 breaking change: Skip files
by default
#1383
Labels
Comments
huan
added a commit
that referenced
this issue
Jun 24, 2018
huan
added a commit
that referenced
this issue
Jun 24, 2018
huan
added a commit
that referenced
this issue
Jun 24, 2018
How to fix this? I pull the latest version:
But error still exist.. |
It's a pity that you still do not understand how important of providing the reproduce steps with the logs in detail. sad. |
@lijiarui Could you please confirm whether this issue is resolved? If it did, please close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which caused our
src/typings.d.ts
did not load when running tests.Might have other bugs, will continue monitoring it.
See: https://github.com/TypeStrong/ts-node/releases/tag/v7.0.0
Update
According to https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html, reference typings.d.ts in config.ts could solve this issue better(with the benefits of the speed improvement of ts-node v7).
The text was updated successfully, but these errors were encountered: