Consider the package:
/mylib
package.json
index.d.ts
/sublib
package.json
index.d.ts
other.d.ts
We correctly find and import the .d.tss in mylib and sublib, but we do not apply the restrictions applied in #4738, despite being within an external package.
Repo with repro: https://github.com/weswigham/ts-4849-repro
Consider the package:
/mylibpackage.jsonindex.d.ts/sublibpackage.jsonindex.d.tsother.d.tsWe correctly find and import the
.d.tss inmylibandsublib, but we do not apply the restrictions applied in #4738, despite being within an external package.Repo with repro: https://github.com/weswigham/ts-4849-repro