This only happens with version 2.4.2, and previous versions do not exhibit this behavior.
Could not find a declaration file for module
'@nostr-dev-kit/ndk'. '/home/.../node_modules/.pnpm/@nostr-dev-kit+ndk@2.4.2_typescript@5.3.3/node_modules/@nostr-dev-kit/ndk/dist/index.mjs'
implicitly has an 'any' type.
Try `npm i --save-dev @types/nostr-dev-kit__ndk` if it exists or add a new declaration (.d.ts) file containing `declare module '@nostr-dev-kit/ndk';`ts(7016)
This only happens with version 2.4.2, and previous versions do not exhibit this behavior.