This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Investigate adding missing typings warning #10
Closed
Description
As per #8 there can be some confusion for TS beginners around missing module errors that are actually to do with missing typings. react-scripts
has done a great job with making more subtle errors more digestible and obvious. So my thinking is an addition of a nicer message about installing @types/ or adding a type patch for it, with a link how to do it.