typescript写react,使用webpack编译报props does not exist怎么解决?

typescript写react,使用webpack编译报只要是使用 this.props的组件都会报props does not exist怎么解决?

clipboard.png

当然 编译后运行 是正常的。可以运行。但是怎么去掉 这个错误呢?

阅读 2.6k
2 个回答
npm install --save-dev @types/node
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题