jasperjn's blog

Visual Studio Code 使用 Typescript

calendar_todayAugust 17, 2016

在 Visual Studio Code 開發 Typescript 應用

初始化 npm

npm init

安裝 typescript typings webpack

npm install -g typescript typings webpack
  • typescript: typescript compiler
  • typings: typescript 定義檔 (.d.ts) 套件管理員
  • webpack: 靜態檔案打包工具,可以將網站多個 js 把打包成單一 js
tsc --init # 產生 tsconfig.json (TypeScript 設定檔)

Written by Jasper Jian who lives and works in Taiwan building useful things. You should follow him on Twitter