I'd like to set up a monorepo where each package can use the path alias "~/*": ["./src/*"]
I've configured a test repo with turbo repo using path aliases that has only two packages at https://github.com/elliotnash/ts-import
however, while everything works fine with imports at runtime (I have a function imported from the package that uses the path alias that runs successfully), the types from packages that use path aliases resolve to any