文章分类 -  JavaScript / TypeScript

摘要:在命令行输入 tsc --init ,这是 TypeScript 提供的初始化功能,会生成一个默认的 tsconfig.json 文件。 ``` tsc --init Created a new tsconfig.json with: TS target: es2016 module: common 阅读全文
posted @ 2023-07-13 17:13 HopeLive 阅读(34) 评论(0) 推荐(0)