mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
- For a sub-module, the `declare module` statement needs to refer to the sub-module. - For an import of "./node_modules/foo", don't show advice to install "@types/foo" or `declare module "foo"` because it won't help. Fixes #26581.