You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript fails on the export = hapiAuthJwt2; line on the compiled index.d.ts. This is because the package.json declares the lib as a type: module, but it is actually a CJS lib.
The package.json should declare the property "type" to "commonjs".
Thanks for your work BTW
The text was updated successfully, but these errors were encountered:
Typescript fails on the
export = hapiAuthJwt2;
line on the compiledindex.d.ts
. This is because the package.json declares the lib as a type: module, but it is actually a CJS lib.The package.json should declare the property "type" to "commonjs".
Thanks for your work BTW
The text was updated successfully, but these errors were encountered: