'How to get rid of typescript intellisense

how do I disable these typescript intellisense suggestions?

enter image description here

I am using JavaScript in a React project which comes with typescript as a dev dependency (Create React App). If I select an option from the screenshot labeled as coming from typescript it will import from 'typescript'. I want to disable suggestions coming from typescript but not a particular set of suggestions (ex: snippets, classes, etc).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source