Visual Studio Code Type Inference Linter

227 views Asked by At

Is there any way to get Tern-Lint like functionality in VSCode for type warnings without having to write Typings for all of my code? Its already detecting what the param types of arguments should be & inferring types, but no warnings are thrown when the detected types aren't obeyed in code.

0

There are 0 answers