Saturday, 29 September 2018

Removing [ts] errors from JS files In VS Code

I get these TypeScript errors VS Code while I'm working in JS files. Is there anything I can do to disable this? I have put this in my settings and did not solve the issue:

"typescript.validate.enable": false

The error can been seen here

enter image description here



from Removing [ts] errors from JS files In VS Code

No comments:

Post a Comment