代码改变世界

随笔档案-2021年5月21日

将create-react-app从javascript迁移到typescript

2021-05-21 17:05 by muamaker, 156 阅读, 收藏,
摘要: 一、删除全部的 node_modules 注意: 确保之前没有在目录下执行过 tsc --init。 如果执行过,删掉 tsconfig.json , src/ react-app-env.d.ts 这两个文件都删掉。没有更好。 二、安装模块 npm install --save typescrip 阅读全文