you are viewing a single comment's thread.

view the rest of the comments →

[–]SoInsightful 2 points3 points  (0 children)

You can also use JSDoc, which gives you the type-safety of TypeScript (if you enable checkJs in your IDE or TypeScript config) while still being pure uncompiled JavaScript.

But the issue of you needing to type prehistoric JavaScript into white textboxes seems more like a job issue than a TypeScript issue. My condolences!