- Copy the content of root folder to your project folder.
- Run the cmd:
npm install typescript -g
to install TypeScript in global. - Run the cmd:
tsc index.ts
to build the index.ts.
- 複製根目錄內容到你的專案資料夾。
- 在 cmd 中輸入指令
npm install typescript -g
安裝到全域環境。 - 在 cmd 中輸入指令
tsc index.ts
進行編譯 index.ts。