Visualise namespace usage within a monorepo.
Scan file by file and output found references.
npm run start -- --include <glob pattern>
- How to identify namespace TypeReferences from object accessors?
- Idea: Exclude imports within file ✅
- How can global declarations (e.g. 3rd party libs and browser APIs) be ignored?
- Specify a global ignore list
⚠️
- Specify a global ignore list