-
Notifications
You must be signed in to change notification settings - Fork 1
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 warning when running with --typeCheck #10
Comments
@briancavalier Thanks for bug report - I feel issue is a leaking of @typed/test's requirement for |
That seems pretty reasonable, @TylorS. In my mind, an ideal end result would be:
Does that line up with what you're thinking? |
Yes - spot on. I really want to avoid situations where |
I've started using
@typed/test
in@most/index
, and just added the--typeCheck
flag to enable type checking when running tests. That yielded a type warning that doesn't seem like it should happen:The project isn't specifically using any DOM-related. The path in the error message looks like it's been double-absolute-ized as well. The tests still run successfully, so it's not a blocker.
Any ideas what's going on?
The text was updated successfully, but these errors were encountered: