[Bug?]: internal module types not loaded #3394
Labels
bug
Something isn't working
external bug
This issue highlights a bug in another project
stale
Issues that didn't get attention
Self-service
Describe the bug
Testing a typescript project with
tsd
and[email protected]
in PnP mode triggers these errors:It works when the linker is
node_modules
I would expect if works, because:
-
http
is included in@types/node
To reproduce
(cannot use shelock since I must use ts)
tsconfig.json
package.json
.yarnrc.yml
And a simple test file:
Environment
Additional context
I tried to move the
devDependencies
todependencies
The text was updated successfully, but these errors were encountered: