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
Go to "File > Preferences > Settings" and then add this under user settings:
"typescript.preferences.quoteStyle": "single", "javascript.preferences.quoteStyle": "single"