You have the option to add some extra syntax to ma...
# random
m
You have the option to add some extra syntax to make the type checking work better (e.g. tell TS that a variable should be an integer, and it will warn you if you try assign a string value to it), but because any valid JS is valid TS it's not mandatory and you can simply rename a file from .js to .ts and you have valid TS.