Use TypeScript to Build a Node API with Express

Thomas Hallock

Why is this tutorial written in typescript when:
* req is set to type any in every single express middleware handler? That affects about half the code here.
* the Okta OIDC middleware does not support typescript?

Maybe rename this tutorial: “how to disable typescript’s type checking so it won’t yell at you when using our express middleware library”.