-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Need to look into why adding types to the package.json lead vscode into stopping providing auto-import. It does seem that there is something wrong with some of the exports;
-
PropTypes.tsfile doesn't seem to be generated -
@typespackages are not provided to the user -
styled-components.d.tsis giving an error (which the original styled-components file doesn't)
Maybe fixing that will automatically fix the auto-imports. Or maybe vscode's IntelliSense just works differently when there are types, but how???