Typescript Note 2 - OOP / class / interface
Read moreTypescript 編譯安裝指令
- 全域安裝Typescript
npm install -g typescript
- 專案資料夾 初始化
tsc --init
生成 tsconfig.json 配置檔 - Typescript compiler
tsc hello.ts
tsc 檔案名稱 - live watch
tsc --watch
- 查看Typescript版本
tsc -v
Typescript Note 2 - OOP / class / interface
Read moreTypescript Note - 安裝 / 型別 / 用法
npm install -g typescript
tsc --init
生成 tsconfig.json 配置檔tsc hello.ts
tsc 檔案名稱tsc --watch
tsc -v
Update your browser to view this website correctly.&npsb;Update my browser now