How to stop VS Code from erroring with `Cannot find name 'React'.ts(2304)`?
VS Code is complaining with
How to I avoid this issue in VS Code?
Cannot find name 'React'.ts(2304) but I am not using React at all. I have both of these in my ts config:How to I avoid this issue in VS Code?