Need help setup ExpressJs with TS #5146
-
I'm a beginner with TS and I'm trying it out with other frameworks. TS keeps showing me this error but I don't know how to fix this even though it is still compilable. Thanks all. |
Beta Was this translation helpful? Give feedback.
Answered by
bkpecho
Mar 15, 2023
Replies: 1 comment
-
Check out this typescript express starter repo. You can find it here. https://github.com/RoboZoom/express-starter-ts Even if you don’t fork the repo, the readme and setup instructions should help. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HolisticDev1992
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out this typescript express starter repo. You can find it here.
https://github.com/RoboZoom/express-starter-ts
Even if you don’t fork the repo, the readme and setup instructions should help.