Hello guys, I have my discordbot in a monorepo made with next.js, typescript and turborepo, I'm having a problem when compiling my discordbot to js with tsc, in dev environment I used ts-node without problem, but now that I want to take it to production I compile with tsc and run it with node but it gives me a problem that I'm missing a 'models' package this is a local package, but this can't be, because I use that same package in another part of the project without problems, can someone help me with this please?, I think it's something from my tsconfig.discord.json ...