CTRL+SHIFT+B を 押すことで、「src フォルダ」内の「*.ts」ファイル群が変換され、
「build フォルダ」内の「*.js」となります。
それらの*.jsファイルを、
を利用して呼び出したりするのが通常の開発手法となります。
tsc: The term 'tsc' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
みたいなエラーが出た場合、Power Shellや(コンソールで
npm install -g typescript
などとしてTypeScriptをトランスパイル出来るようにしてください。