具有react-router的Typescript 2类型,找不到名称路径,组件

时间:2017-01-19 03:12:07

标签: reactjs typescript react-router typescript-typings typescript2.0

屏幕截图有点说话,首先这是我的路由文件出现问题,你可以看到未使用的导入和路径以及组件未找到。

enter image description here

这是我的package.json,其中包含类型依赖项和node_modules文件夹中的@types。

enter image description here

最后,我的配置

enter image description here enter image description here

我不知道这里的问题在哪里,任何人都有类似的东西?

请注意,我已经能够在应用程序中使用<Router history={browserHistory} routes={routes} />和react和redux对象而没有任何问题。

1 个答案:

答案 0 :(得分:2)

您的routes文件扩展名为.ts,但如果文件包含JSX,则应为.tsx