Open
Description
Hi,
I tryed to use your OAuth2 library in our project, but I have the foloowing error during import of the lib
Could not find a declaration file for module '@macfja/svelte-oauth2'. '/workspace/retail-planner/frontend/node_modules/@macfja/svelte-oauth2/dist/index.mjs' implicitly has an 'any' type.
Try npm i --save-dev @types/macfja__svelte-oauth2
if it exists or add a new declaration (.d.ts) file containing declare module '@macfja/svelte-oauth2';
ts(7016)
My Environnement :
"svelte": "^4.0.5",