You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include a referenced project in tsconfig.json and the referenced to be composite
use some of the referenced project in the test,
you will have the error
Unable to process '', please make sure that `outDir` in your tsconfig is neither `''` or `'.'`. You can also configure Jest config option `transformIgnorePatterns` to inform `ts-jest` to transform [filename].ts
outDir of course is set up.
Expected behavior
it should transpile the .ts file with the imported stuff from the referenced repo.
Actual behavior
it doesn't work.
Unable to process '', please make sure that `outDir` in your tsconfig is neither `''` or `'.'`. You can also configure Jest config option `transformIgnorePatterns` to inform `ts-jest` to transform [filename].ts
Debug log
.
Additional context
No response
Environment
.
The text was updated successfully, but these errors were encountered:
Version
27.1.3
Steps to reproduce
outDir of course is set up.
Expected behavior
it should transpile the .ts file with the imported stuff from the referenced repo.
Actual behavior
it doesn't work.
Debug log
.
Additional context
No response
Environment
.
The text was updated successfully, but these errors were encountered: