摘要: //1.生成配置文件tsconfig.json tsc --init //2.修改tsconfig.json配置 "outDir":"./js", "strict":false, //3.启动监视任务 终端-->运行任务-->监视tsconfig.json 阅读全文
posted @ 2022-08-09 15:43 Mochenghualei 阅读(197) 评论(0) 推荐(0)