So this feels like this should be such an easy task but it\'s starting to drive me insane. I can\'t seem to turn off TSLint or TS or whatever it is that gives me these errors. I
For me the solution was to create a jsconfig.json file at root level.
Inside you can configure the compilerOptions, which did the trick for me after restart of VSCode.