When working in TypeScript in Visual Studio Code, the import suggestion on a type (triggered by space + period) will generate an import using double quotes.
Our TypeScri
An alternative which does support this configuration is TypeScript Toolbox.
It is configurable by setting genGetSet.pathStringDelimiter, which already has the single-quote import as default.
genGetSet.pathStringDelimiter