I have forked authts/oidc-client-ts, made a 1-line code change, and tried to change all the code to use the new package instead. However, intellisense in vscode fails to resolve types with
Could not find a declaration file for module '@randomairborne/worker-oidc-client-ts'. '/Users/me/Code/redacted/node_modules/@randomairborne/worker-oidc-client-ts/dist/umd/oidc-client-ts.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/randomairborne__worker-oidc-client-ts` if it exists or add a new declaration (.d.ts) file containing `declare module '@randomairborne/worker-oidc-client-ts';`ts(7016)
Given that the types worked fine with the original package, i'm not quite sure what i'm doing wrong.
(Alternatively, does anyone know how to get oidc-client-ts to not set credentials?)