Functions: typescript module resolution issues

Hi, I’m not sure how to resolve this issue. I’m using Typescript and importing from modules that are installed in my site root:

Does the functions folder need its own package.json and node_modules? Or can I resolve them from here?

Hi @endymion1818,

Are you having a problem in deploying the function apart from issues with linting in VS Code?

Sorry @hrishikesh I solved this, I think I was trying to put too much configuration in, I got it working fine after realising I could import modules from the root of my project.