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
You can also configure the below line in your vscode user settings to adjust this setting.
"prettier.singleQuote": true