摘要: 1、新建文件夹 demo 2、npm init -y 生成 package.json 文件 3、tsc --init 生成 tsconfig.json,可以对 ts 的默认配置做修改 4、npm install -D(--save-dev) ts-node npm install -D typesc 阅读全文
posted @ 2020-06-07 09:18 wzndkj 阅读(562) 评论(0) 推荐(0)