xxxxxxxxxx
// @ts-check
let x = "blah";
let y = x * 2;
xxxxxxxxxx
//type checking all js files (vscode)
//in settings.json:
"javascript.implicitProjectConfig.checkJs": true
//also gives you ability to enable TypeScript features like auto-import on save