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
The error I get: Cannot find module '@webbtc/webln-types' or its corresponding type declarations.
@webbtc/webln-types is declared as dev dependency but imported in the code, is this why? or can it be fixed by using import type syntax?
The text was updated successfully, but these errors were encountered:
rolznz
changed the title
Build error caused by @webbtc/webln-types
Build error caused by @webbtc/webln-types when including @getalby/sdk in standard typescript project
Aug 6, 2024
The error I get:
Cannot find module '@webbtc/webln-types' or its corresponding type declarations.
@webbtc/webln-types is declared as dev dependency but imported in the code, is this why? or can it be fixed by using
import type
syntax?The text was updated successfully, but these errors were encountered: