You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
first a short recap, since mine got lost in the uber space: For me the typing with 4.0 is broken. All types, at least in core, come as any.
My typescript is up to date and my project is esm, too.
My tsconfig compiler options:
Maybe the "module": "NodeNext" brakes it together with one thing I noticed in your code base, your relative paths in imports have no .js endings. With the ending it's module resultion save, see here
I'd like try fixing it myself but it seems there is a secret to get it up and running... Did I missed a ReadMe or something?
Thanks :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
first a short recap, since mine got lost in the uber space: For me the typing with 4.0 is broken. All types, at least in core, come as any.
My typescript is up to date and my project is esm, too.
My tsconfig compiler options:
Maybe the
"module": "NodeNext"
brakes it together with one thing I noticed in your code base, your relative paths in imports have no .js endings. With the ending it's module resultion save, see hereI'd like try fixing it myself but it seems there is a secret to get it up and running... Did I missed a ReadMe or something?
Thanks :)
The text was updated successfully, but these errors were encountered: