you have problem with `tsc app.js` tsc command which throw system error? do this:
Open your power shell -> (you can press WINDOWS + R and type powershell)
then put this command in powershell `set-executionpolicy remotesigned`
your done, nice job. Now continue your work ;)
Run powershell as administrator and type this command
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned