Details
The paths configured in tsconfig.json will not take effect if we set references to another tsconfig.node.json which is in the same directory of tsconfig.json.

Reproduce link
https://github.com/Timeless0911/rspack-resolver-reference-issue
Reproduce Steps
- Run
pnpm install
- Run
pnpm dev
Details
The

pathsconfigured intsconfig.jsonwill not take effect if we setreferencesto anothertsconfig.node.jsonwhich is in the same directory oftsconfig.json.Reproduce link
https://github.com/Timeless0911/rspack-resolver-reference-issue
Reproduce Steps
pnpm installpnpm dev