Closed BismitaRath closed 2 years ago
There was a recent patch release for types change in index.d.ts file, which is causing error TS2503: Cannot find namespace 'Express'. https://github.com/auth0/node-jwks-rsa/blob/master/index.d.ts#L69:L70
error TS2503: Cannot find namespace 'Express'
Needs to add the required library for Express namespace type.
Express
Hi @BismitaRath - this should be fixed in https://github.com/auth0/node-jwks-rsa/releases/tag/v2.1.2
Describe the problem
There was a recent patch release for types change in index.d.ts file, which is causing
error TS2503: Cannot find namespace 'Express'
. https://github.com/auth0/node-jwks-rsa/blob/master/index.d.ts#L69:L70What was the expected behavior?
Needs to add the required library for
Express
namespace type.Environment