TS package not getting access to some of dependencies's built files #26622
-
o/ I'm a bit stuck trying to convert my turbo monorepo to bazel.
Both I used Demo repo: https://github.com/MoreRustLessAccess/bazel-broken-typescript |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Managed to get this working through setting a explicit rootDir in the tsconfig. Bit unsure why this works, but at least it works! |
Beta Was this translation helpful? Give feedback.
Managed to get this working through setting a explicit rootDir in the tsconfig. Bit unsure why this works, but at least it works!