Use "import type" syntax for TypeScript #108884
Labels
typescript
Typescript support issues
upstream-issue-linked
This is an upstream issue that has been reported upstream
As of version 3.8, TypeScript supports
import type
syntax for imports.When using it in VSCode, all automatically imported types default to
import { Whatever }
, even if other imports in the same file useimport type { Whatever }
.Is it possible to add option to use
import type
syntax for type imports that are automatically added by VSCode?The text was updated successfully, but these errors were encountered: