lnc-web icon indicating copy to clipboard operation
lnc-web copied to clipboard

lnc typings: unable to resolve module error

Open pavanjoshi914 opened this issue 1 year ago • 0 comments

I tried to use typing present in the package but module resolution fails for tests like jest and such

import {
  Invoice,
  Invoice_InvoiceState,
} from "@lightninglabs/lnc-core/dist/types/proto/lnd/lightning";

Cannot find module '@lightninglabs/lnc-core/dist/types/proto/lnd/lightning' from 'src/extension/background-script/connectors/lnc.ts'

pavanjoshi914 avatar Jan 04 '24 06:01 pavanjoshi914