while fetching an original source: request failed with status 404
Source URL: https://localhost:44308/TypeScript/DateTimeHelper.ts 相关的源图指向正确的解决方案位置 {"version":3,"file":"DateTimeHelper.js","sourceRoot":"","so
我用TypeScript搭建了一个项目,但我的主index.js文件引用的是App.js而不是App.tsx。如何设置我的项目,以便使用TypeScript文件(App.tsx)而不是App.js?下面是我的项目结构:这是通过react-native init X --template typescript搭建的