TypeScript环境搭建及常见报错处理 发布于 2020-06-24 环境安装 npm install typescript -g //全局安装ts npm init -y //初始默认npm的pac …