I am using VSCode version 1.52 and would like to disable the TS6133 “XXXXX is declared but its value is never used” warning.
I did a search and some people suggested turning off the noUnusedLocals in tsconfig.json, but I could not find that file.
Here is a link to that question.
Any leads would be appreciated.