tsc : File C:\Users\s1rbl4ck\AppData\Roaming\npm\tsc.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at
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 ;)