# typescript **Repository Path**: xmdon/typescript ## Basic Information - **Project Name**: typescript - **Description**: type check - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-16 - **Last Updated**: 2021-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # typescript 用途:type check 文档:https://www.tslang.cn/docs/handbook/typescript-in-5-minutes.html # install 安装TypeScript 有两种主要的方式来获取TypeScript工具: 通过npm(Node.js包管理器) 安装Visual Studio的TypeScript插件 #tsc 编译工具安装 npm install -g tsc