Trying to learn TypeScript but I get an error
PS C:\Users\jogod\Desktop\TypeScript> tsc index.ts
enter image description here
tsc : File C:\Users\jogod\AppData\Roaming\npm\tsc.ps1 cannot be loaded. The
file C:\Users\jogod\AppData\Roaming\npm\tsc.ps1 is not digitally signed. You
cannot run this script on the current system. For more information about
running scripts and setting execution policy, see about_Execution_Policies
at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
- tsc index.ts
-
+ CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
I'm expecting that this command tsc index.ts
will create another file of "index.js"