Replies: 1 comment
-
It looks related to #types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm stuck with pact v9 because of amount of tests to rewrite.
After updating to typescript v4 build started failing with errors
It seems that all versions prior to 10 has a dependency @types/pino with an old deprecated types for TS v3. Deleting node_modules/@types/pino or using overrides value
@types/pino": ""
resolves the issue and it starts to use pino's own types.Is there a non hacky way to use v9 with TS v4 ?
Beta Was this translation helpful? Give feedback.
All reactions