VSCodeで、拡張子jsのファイルにてTypeを使うと以下のエラーが起きます。
'Type aliases can be used only in a .ts file' error
ググったら以下のページを発見。
'Type aliases can be used only in a .ts file' error popping up in Flow enabled files
https://github.com/Microsoft/vscode/issues/15171
VSCodeのsetting.jsonに以下を追加することでエラーをとりあえず回避できました。
"javascript.validate.enable": false