"'/var/www/crm-backend/src/" is being totally ignored, because when code runs, throws this error:
Cannot find module 'modules/shared/util/util.interface' or its corresponding type declarations.
The code runs perfectly, the file path is correct, everything is fine.
Hi Guys, I am programatically generating an schema based on an interface, that is builded from several imports, a quick example:
Interface file
The programatically test:
"'/var/www/crm-backend/src/" is being totally ignored, because when code runs, throws this error: Cannot find module 'modules/shared/util/util.interface' or its corresponding type declarations.
The code runs perfectly, the file path is correct, everything is fine.
Heres my tsconfig.ts:
It seems TJS is not getting the full correct path from these imports.