Early on, I was reluctant to make type-only imports easier to adopt as a wholesale stylistic choice because I thought it would add to the confusion. Eventually, you all changed my mind, and I added a VS Code preference to make auto-imports use them as much as possible.
ALT VS Code Setting: TypeScript > Preferences: Prefer Type Only Auto Imports
Include the `type` keyword in auto-imports whenever possible. Requires using TypeScript 5.3 in the workspace.