how do I disable these typescript intellisense suggestions?
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).