The latest version of VS Code installed a few days ago (the October 2017 update) keeps adding all kinds of strange import statements to the top of the .ts code file.
For those using React/JavaScript you have to edit this setting in File > Preferences > Settings:
"javascript.updateImportsOnFileMove.enabled": "never",