-
Notifications
You must be signed in to change notification settings - Fork 12
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
lib.d.ts not detected? #4
Comments
The |
@azz Where exactly should I put that? |
At the top of |
Ok I'll try that, should have some time later today. |
@azz confirmed that works! |
Cool, confirms my suspicion. I'll try and fix it soon, but good that the workaround works 😄. |
@azz Hey, just seeing if this has been fixed. Using the workaround (reference path) for now. |
Any plans on fixing this issue? As Jest had been updated to 24.x, |
I solved this problem by adding typeRoots "compilerOptions": {
...
"typeRoots": ["./src/@types", "./node_modules/@types"]
} |
@azz When this issue is fixed? |
@azz I found a solution, you need to add in tsconfig.ts gain on custom types and be sure to add a subfolder. This solution worked |
Any plans on fixing this issue? |
Project ok:
But not when checked from within jest runner:
The text was updated successfully, but these errors were encountered: