In Webstorm 2017.1, do the following:
- Go to File -> Settings | Preferences
- Choose Editor -> Code Style -> TypeScript
- Select ‘Punctuation’ tab
- Change:
Use 'double' quotes
toUse 'single' quotes
. (Additionally, you can change'in new code'
to'always'
)