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 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 typesyntax?