Cannot find package '@libs/ddbClient'

Viewed 16

I am learning nodejs and I am struggling how to do an import for a different file. Basically, I have my ddbClient.ts file in libs folder and I am not able to import it. This is the repo https://github.com/EstefaniaExamples/NursertApp/tree/main/children-api and this is the error description (I cannot see anything wrong)

enter image description here

Thanks in advance for your help.

1 Answers
Related