I don\'t use TypeScript for the time being. Only ES6 with babel. I don\'t have installed TypeScript in node_modules.
I get a specific warning from VSCod
open the command palette : CTRL + SHIFT + P
open the file settings.json :
add these 2 lines of code:
"typescript.validate.enable": false, "javascript.validate.enable": false,