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
TypeScript and JavaScript validation can be turned off in VS Code with these two settings:
"typescript.validate.enable": false, "javascript.validate.enable": false,
Happy Coding