无法创建React Typescript应用程序

当我在cmd中执行命令时:

npx create-react-app my-app --typescript

这似乎应用程序将是打字稿但是当我在VS代码中打开文件夹然后我发布src文件夹中的所有文件都使用.js扩展名而不是.ts(.tsx)扩展名。我尝试通过cmd创建应用程序(管理员模式)但没用,没有变化。我也试过命令:

npm install --save typescript @ types / node @ types / react @ types / react-dom @ types / jest

依然没有。

没有错误。应用程序像标准的反应+ js应用程序。


撒科打诨
浏览 927回答 2
2回答

蓝山帝景

尝试:npx create-react-app my-app --scripts-version=react-scripts-ts要么:yarn create react-app my-app --scripts-version=react-scripts-ts

长风秋雁

为我工作,你先尝试npm uninstall -g create-react-app吗?这当然会全局卸载create-react-appAding打字稿
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript