Skip to content

Latest commit

 

History

History
 
 

Day22

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

你説 JS 是什麼弱型別? TypeScript 強勢登場

Quick Start

  1. Copy the content of root folder to your project folder.
  2. Run the cmd: npm install typescript -g to install TypeScript in global.
  3. Run the cmd: tsc index.ts to build the index.ts.

快速開始

  1. 複製根目錄內容到你的專案資料夾。
  2. 在 cmd 中輸入指令 npm install typescript -g 安裝到全域環境。
  3. 在 cmd 中輸入指令 tsc index.ts 進行編譯 index.ts。