DEV Community

Discussion on: Is TypeScript the future of web development?

 
stereoplegic profile image
Mike Bybee • Edited

But again, to give TS (utilities) some credit: ts-check (which recognizes JSDoc, and can be set for JavaScript) is a fantastic tool while coding in VS Code. I mean that sincerely.

And tsc is great for turning TS codebases into (at least semi-)usable(/fixable) JS/ES.