What am I doing wrong (lots of typescript errors) #1067
Answered
by
mcollina
john-charles
asked this question in
Q&A
-
Hello, I'm trying to use Node version: v16.11.1 Typescript Config:
My code includes a simple import: import { Client } from "undici"; This causes a whole set of typescript errors:
What am I doing wrong? I'm not having issues with any other libraries and the project worked when I was using a different http client. Any input would be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
mcollina
Oct 18, 2021
Replies: 1 comment 1 reply
-
What types are you using for Node.js? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
john-charles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What types are you using for Node.js?