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
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
I have dto with enum field, @root/types example package from this monorepo
import { Role } from '@root/types';
export class InputDto {
id: number;
role?: Role;
}
I'm submitting a...
Current behavior
I have
dto
with enum field,@root/types
example package from this monorepoResult dist
Expected behavior
Expected require path
../../../types/dist/users/role.interface
or@root/types/...
Minimal reproduction of the problem with instructions
Repo
To reproduce you can change
rootDir
to.
or mbsrc/foo
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: