repo-tools/type-deps: support nested declaration files

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-10 16:01:35 +01:00
parent ee8d999aac
commit 31c34ddef8
2 changed files with 47 additions and 6 deletions
@@ -2,4 +2,4 @@
'@backstage/repo-tools': patch
---
The `type-deps` command now detects ambient global types from the `jest` namespace in declaration files, rather than only looking for explicit imports and reference directives.
The `type-deps` command now follows relative imports and re-exports into declaration chunk files, and detects ambient global types such as the `jest` namespace.