TypeSafety with JSDocs.
How we can achieve typesafety with JSDocs between typescript and javascript code.
Javascript is an untyped language, and writing code in a type safe manner in javascript although possible, is too much effort, especially without any tooling, and with a growing team with diverse set…