In my monorepo TS project, I import a few separate packages of my own also written in TS.
When I try building the project, Rollup says it was successful, but when I check the output file, the modules that come from those packages aren't written as import thing from "@my/absolute/path. I don't know what the problem is here, if it's TypeScript path aliases not resolving (they are resolving for my local modules, only for separate packages it doesn't work), or if it's because they're separate packages.