I want to use typescript on my project, I have successfully installed Machine Environment by using "npm i -g typescript" command, then I want run the .ts file by using "tsc file.ts" but I have get this problem...
You can try this.
Step - 1 Open your terminal in Run As Administrator
Step - 2 Run the following command
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted