TSConfig Path Alias doesn't resolve in monorepo
Trying to convert my repo to a turborepo, using create-t3-turbo as a baseline. Almost everything worked as expected, until I tried to add custom path aliases inside
This is my
The
packages/api. That led to the following error.This is my
tsconfig.json for the packages/api package:The
compilerOptions match apps/web exactly, but while it works in apps/web it very much does not work in packages/api.