摘要: 1.创建 tsconfig.json 文件 // 全局安装 typescript npm install -g typescript // 更新 typescript npm update -g typescript // 查看版本 tsc -v // 初始化 tsc --init 2.tsconf 阅读全文
posted @ 2020-01-28 17:05 每天都要进步一点点 阅读(487) 评论(0) 推荐(0)