I’m trying to upload an express server written in Typescript, the process keeps failing because of some errors like this - src/utils/validatePermissions.ts(2,35): error TS2307: Cannot find module ‘…/errors/Unauthorized’ or its corresponding type declarations .
When I work locally everything goes smoothly. I have in the project inside the src folder an errors folder in which I have custom errors files, in every file in the project where I use one of these errors I get an error during deployment, does anyone know how to help?