Visual Studio Code.TSC
TypeScript반응형
Visual Studio Code Powershell Command mode = Ctrl + ~
1 ) npm i -g typescript
2 ) index.ts 파일 만들고, console.log('hello world'); 시작
2 ) tsc index.ts ( 보안 오류시, 시작메뉴에서 powershell 관리자 모드 > Set-ExecutionPolicy Unrestricted )
반응형